Collect data from multiple platforms to analyze spending history and evaluate profit margins.
- Python 3.12
- Node.js: >= 20.12.2
Clone the repository and install dependencies:
pip install -r requirements.txt
npm its-node .\src\steam_helpers\get-cookies.tspython src\app\fill_keys.pypython src\app\fill_keys.py- Sign in to buff and go to this page
- Export data (top right of page)
- Check buy and sell, select custom dates from August 17, 2018 (or earlier) to today
- Drag the zipped file (or csv files within) to raw_buff_data folder
python src\app\main.pySteam cookie fetching mostly taken from here.
Credit DoctorMcKay.