SpiderMan

SpiderMan,a fast high-level web crawling & scraping framework for Elixir.

inspired by Crawly(Elixir) and Scrapy(Python).

Installation

adding spider_man to your list of dependencies in mix.exs:

def deps do
  [
    {:spider_man, "~> 0.2"}
  ]
end

License

spider_man source code is released under Apache 2 License. Check the LICENSE file for more information.