callicoder / csgo-price-indexing

Python script to get latest prices of CSGO items and store in mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python script to crawl steamcommunity's marketplace website, fetch the latest prices of csgo items and build the price index in mongodb.

How to Setup

Create a Virtual environment

virtualenv datacollect

Activate your virtualenv

source datacollect/bin/activate

Install requirements

pip install -r requirements.txt

Run script

python parseSteam.py

About

Python script to get latest prices of CSGO items and store in mongodb


Languages

Language:Python 100.0%