added steambot, trades and trasctions.

This commit is contained in:
2026-01-10 05:31:01 +00:00
parent 232968de1e
commit b90cdd59df
10 changed files with 3113 additions and 138 deletions

View File

@@ -0,0 +1,34 @@
[
{
"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"
}
}
]