Hex.pm Documentation

A production-grade recursive web crawler and scraper for legacy phpBB2 forums supporting both public (anonymous) and authenticated scraping built with Elixir, Finch, and Floki.

Installation

Add phpbb2_crawler to your list of dependencies in mix.exs:

def deps do
  [
    {:phpbb2_crawler, "~> 0.1.0"}
  ]
end