/csgo-price-indexing

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

Primary LanguagePython

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