Skip to content

woctezuma/steampy-buy-orders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steampy: buy orders

Code Quality

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.

Requirements

  • Install the latest version of Python 3.X (at least version 3.10).
  • Install the required packages:
pip install -r requirements.txt

Data

  • 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"
}

Usage

  • To automatically set buy orders, run:
python apply_workflow.py

References