Skip to content

dev-artisan/steam-market-automated-spreadsheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter-Strike Steam market price reader

This python program fetches your desired items and puts them in a .csv file for you to use in a spreadsheet and keep track on your cs2 items

To set up run:

pip install -r requirements.txt

Prepare a text file with your items (using the item name as it is in the steam market) on separate lines. e.g. weapons.txt or cases.txt

Run the below:

python csitems.py weapons.txt USD

This will produce two files:

  • A History file weapons.history.json
  • A data csv file weapons.output.csv

The csv file has the following columns:

  • Date
  • Item
  • Price

You can open the file in Excel and use a pivot table to track averages or graph the data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%