------------------------------------------------------------------

Pythonic Crawling / Scraping Framework Built on Eventlet 

------------------------------------------------------------------

To install crawley run:

~$ python setup.py install

or from pip:

~$ pip install crawley

------------------------------------------------------------------

To start a new project run:

~$ crawley-admin.py startproject [project_name]

------------------------------------------------------------------

Finally, to crawl just run:

~$ chmod +x manage.py
~$ ./manage.py run

------------------------------------------------------------------

