Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 206 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 206 Bytes

Dota Crawler

Please run:

sudo pip install virtualenv
virtualenv .crawler
source .crawler/bin/activate
pip install -r requirements.txt
scrapy runspider herocrawl.py
scrapy runspider itemcrawl.py