https://github.com/callicoder/csgo-price-indexing
Python script to get latest prices of CSGO items and store in mongodb
https://github.com/callicoder/csgo-price-indexing
csgo-items python steam-api
Last synced: about 1 year ago
JSON representation
Python script to get latest prices of CSGO items and store in mongodb
- Host: GitHub
- URL: https://github.com/callicoder/csgo-price-indexing
- Owner: callicoder
- Created: 2016-11-10T06:38:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T06:41:08.000Z (over 9 years ago)
- Last Synced: 2025-04-19T08:34:32.608Z (about 1 year ago)
- Topics: csgo-items, python, steam-api
- Language: Python
- Size: 43.9 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
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