Packages

A production-grade recursive web crawler and scraper for legacy phpBB2 forums, built with Elixir, Finch, and Floki.

Current section

Files

Jump to
Raw

README.md

# Phpbb2Crawler
[![Hex.pm](https://img.shields.io/hexpm/v/phpbb2_crawler.svg)](https://hex.pm/packages/phpbb2_crawler)
[![Documentation](https://img.shields.io/badge/documentation-hexdocs-blue.svg)](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