Skip to content

Umbra999/SteamBooster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SteamBooster

Steam account booster with automatic card-drop farming.

What It Does

  • Logs in to one or more Steam accounts from Accounts.txt.
  • Auto-detects games with card drops left and plays them.
  • Stops automatically when all card drops are claimed.
  • Play manually configured app IDs.

Setup

  1. Build and run once:
    • dotnet run --project SteamBooster/SteamBooster.csproj
  2. The app creates Accounts.txt if missing.
  3. Fill your credentials and settings, then run again.

Accounts.txt Example

[
  {
    "username": "your_steam_username",
    "password": "your_steam_password",
    "deviceName": "SteamBooster",
    "autoFarmCardDrops": true,
    "farmCheckIntervalSeconds": 180,
    "games": [570]
  }
]

Notes

  • Card-drop detection is based on your Steam badge pages (?l=english).
  • games values are Steam app IDs.