Files
TurboTrades/config/steam-bots.example.json

35 lines
912 B
JSON

[
{
"username": "turbotrades_bot1",
"password": "your_steam_password_here",
"sharedSecret": "your_shared_secret_here",
"identitySecret": "your_identity_secret_here",
"steamApiKey": "your_steam_api_key_here",
"pollInterval": 30000,
"tradeTimeout": 600000,
"proxy": {
"type": "socks5",
"host": "proxy.example.com",
"port": 1080,
"username": "proxy_user",
"password": "proxy_password"
}
},
{
"username": "turbotrades_bot2",
"password": "your_steam_password_here",
"sharedSecret": "your_shared_secret_here",
"identitySecret": "your_identity_secret_here",
"steamApiKey": "your_steam_api_key_here",
"pollInterval": 30000,
"tradeTimeout": 600000,
"proxy": {
"type": "http",
"host": "proxy2.example.com",
"port": 8080,
"username": "proxy_user",
"password": "proxy_password"
}
}
]