Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 509 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 509 Bytes

Scrapex

Fast and robust web crawling/scraping tool in Elixir. Powered by job processing library - Exq

Features

  • Minimal and easy to use DSL - examples.
  • PhantomJS rendering via Hound.
  • Queue, concurrent processing, retries, fault-tolerance - all thanks to Exq and Elixir/OTP.

Installation

def deps do
  [
    {:scrapex, "~> 0.1.0"}
  ]
end