forked from hldh214/buff2steam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.sample.json
63 lines (63 loc) · 1.45 KB
/
config.sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"main": {
"game": "dota2",
"game_appid": "570",
"accept_buff_threshold": 0.65,
"highest_buy_order_ratio_threshold": 0.75,
"min_price": 500,
"max_price": 30000
},
"buff": {
"requests_kwargs": {
"headers": {
"cookie": "session=1-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxx"
}
},
"blacklist": {
"id": [
3986
],
"type": [
"tool"
]
},
"auto_buy": {
"enable": false,
"qty": 1,
"pay_method": 3
}
},
"c5": {
"auto_buy": {
"enable": false,
"username": "",
"password": "",
"device_id": "",
"pay_pwd": "",
"qty": 1
}
},
"steam": {
"request_interval": 20,
"requests_kwargs": {
"proxies": {
"https": "http://127.0.0.1:1080"
}
},
"auto_sell": {
"enable": false,
"steam_id": "",
"session_id": "",
"steam_login_secure": "",
"browser_id": "",
"asf": {
"requests_kwargs": {
"headers": {
"authentication": ""
}
},
"2fa_accept_url": ""
}
}
}
}