Packages
phpbb2_crawler
0.1.0
A production-grade recursive web crawler and scraper for legacy phpBB2 forums, built with Elixir, Finch, and Floki.
Current section
Files
Jump to
Current section
Files
phpbb2_crawler
README.md
README.md
# Phpbb2Crawler
[](https://hex.pm/packages/phpbb2_crawler)
[](https://hexdocs.pm/phpbb_crawler)
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`:
```elixir
def deps do
[
{:phpbb2_crawler, "~> 0.1.0"}
]
end