Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 435 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 435 Bytes

Zidane: Simple Web Crawler

A single threaded python web crawler built on top of:

To install:

mkvirtualenv zidane --python=python3.5
pip install -r requirements.txt

# to run the crawler
python main.py

# to get reports about what has been crawled
python report.py