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

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: 2 months ago
JSON representation

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

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