jrba0001 / dota_crawler

Crawler for dotapedia. Fills a Mongo and a PG database with game data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Crawler for dotapedia. Fills a Mongo and a PG database with game data.


Languages

Language:Python 100.0%