AflFantasyScraper
TODO: Add description
Installation
If available in Hex, the package can be installed
by adding afl_fantasy_scraper to your list of dependencies in mix.exs:
def deps do
[
{:afl_fantasy_scraper, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/afl_fantasy_scraper.
Running the Crawler
Load module into iex
>% iex.bat -S mix # for windows >% iex -S mixRun scraper
Crawly.Engine.start_spider(AflFantasyScraper.BasicSpider)