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"}
  ]
end

Documentation 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

  1. Load module into iex

    >% iex.bat -S mix # for windows
    >% iex -S mix
  2. Run scraper

    Crawly.Engine.start_spider(AflFantasyScraper.BasicSpider)