Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rvegas/dota_crawler

Crawler for dotapedia. Fills a Mongo and a PG database with game data.
https://github.com/rvegas/dota_crawler

crawler dota dota2 flask mongodb postgresql python3 regex scrapy

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```