-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy path.env-example
72 lines (67 loc) · 1.77 KB
/
.env-example
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
64
65
66
67
68
69
70
71
72
API_ID = 124234234
API_HASH = 'asjkfhsdhjfshdjfksdf'
USE_PROXY = False
PROXY_TYPE = "socks5"
SOFT_BOTS_DELAY = [600, 900]
SOFT_CIRCLES_NUM = 10
SOFT_CIRCLES_DELAY = [21000, 25000]
ACC_DELAY = [0, 200]
MINI_SLEEP = [20, 80]
USE_TAPS = True
USE_TG_BOT = False
CHAT_ID = '2743782634342'
BOT_TOKEN = '327846234:ksljfjdskfsdf'
BOTS_DATA= '{
"blum" : {
"is_connected": true,
"ref_code": "ref_qIFL0xYd8i",
"errors_before_stop": 2,
"spend_diamonds": true,
"max_games_count": [10, 20],
"points": [120, 190],
"sleep_game_time": [60, 180],
"do_tasks": true
},
"major" : {
"is_connected": true,
"ref_code": "6046075760",
"errors_before_stop": 2,
"play_hold_coin": true,
"play_roulette": true,
"play_swipe_coin": true,
"join_squad": true,
"task_sleep": [30, 120],
"game_sleep": [60, 180]
},
"yescoin" : {
"is_connected": true,
"ref_code": "KWWehI",
"errors_before_stop": 2,
"do_tasks": true,
"upgrade": true,
"max_upgrade_lvl": 7,
"min_energy": 50,
"use_chests": true,
"use_energy_recover": true,
"clicks_sleep": [60, 180],
"tasks_sleep": [10, 40]
},
"dotcoin" : {
"is_connected": true,
"ref_code": "r_6046075760",
"errors_before_stop": 2,
"auto_upgrade_tap": true,
"max_tap_level": 5,
"auto_upgrade_attempts": true,
"max_attempts_level": 5,
"random_taps_count": [50, 200],
"taps_sleep": [10, 25]
},
"cats" : {
"is_connected": true,
"ref_code": "18awB6nNqqe8928y1u4vp",
"errors_before_stop": 2,
"do_photos": true,
"task_sleep": [40, 120]
}
}'