Warning
I have cleaned up the original script, which was messy, but I have not tested the result. Use at your own risk!
This repository contains Python code to automatically set buy orders with steampy
.
- Install the latest version of Python 3.X (at least version 3.10).
- Install the required packages:
pip install -r requirements.txt
- Set your secrets in
data/secrets.json
:
{
"api_key": "PASTE_YOUR_SECRET_HERE",
"username": "PASTE_YOUR_SECRET_HERE",
"password": "PASTE_YOUR_SECRET_HERE",
"steam_guard": "PASTE_YOUR_SECRET_HERE"
}
-
Get a snapshot of the listings of foil cards from
steam-market
. -
Specify the target prices along with the appIDs of interest in
data/price_to_appids.json
.
- To automatically set buy orders, run:
python apply_workflow.py
bukson/steampy
: a Steam trading library for Python,woctezuma/steam-market
: find arbitrages on the Steam Market.