A simple web crawler used to extract comments on https://dailyutahchronicle.com/.
-
Install Elixir according to https://elixir-lang.org/install.html.
-
Fetch dependencies:
mix deps.get
- Start the crawl:
iex -S mix
iex(1)> Crawly.Engine.start_spider(Crawler)