An open API service indexing awesome lists of open source software.

https://github.com/princemaple/scraper

Elixir Scraper
https://github.com/princemaple/scraper

elixir elixir-scraper framework scraper

Last synced: 7 months ago
JSON representation

Elixir Scraper

Awesome Lists containing this project

README

          

# Scraper

Elixir Scraper WIP

## TODO

- [x] concurrency limit
- [x] crawling depth limit
- [x] persistence adapters
- [x] custom link filter
- [x] custom data selector
- [ ] retry / put back

## Installation

The package can be installed
by adding `scraper` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:scraper, "~> 0.1.0"}
]
end
```