added steambot, trades and trasctions.
This commit is contained in:
34
config/steam-bots.example.json
Normal file
34
config/steam-bots.example.json
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user