Steam account booster with automatic card-drop farming.
- 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.
- Build and run once:
dotnet run --project SteamBooster/SteamBooster.csproj
- The app creates
Accounts.txtif missing. - Fill your credentials and settings, then run again.
[
{
"username": "your_steam_username",
"password": "your_steam_password",
"deviceName": "SteamBooster",
"autoFarmCardDrops": true,
"farmCheckIntervalSeconds": 180,
"games": [570]
}
]- Card-drop detection is based on your Steam badge pages (
?l=english). gamesvalues are Steam app IDs.