Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 717 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 717 Bytes

Crawly

Coverage Status

Overview

Crawly is an application framework for crawling web sites and extracting structured data which can be used for a wide range of useful applications, like data mining, information processing or historical archival.

Requirements

  1. Elixir "~> 1.7"
  2. Works on Linux, Windows, OS X and BSD

Install

  1. Generate an new Elixir project: mix new <project_name> --sup
  2. Add Crawly to you mix.exs file
    def deps do
        [{:crawly, "~> 0.1"}]
    end
  3. Fetch crawly: mix deps.get

Documentation