-
Notifications
You must be signed in to change notification settings - Fork 24
/
bot-config.json
55 lines (55 loc) · 1.13 KB
/
bot-config.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
{
"username": "username",
"password": "password",
"config": {
"hashtags": [
"follow4follow",
"f4f",
"l4l",
"like4like"
],
"botModes":"like-classic-mode, follow-classic-mode",
"maxLikesPerHashtag": 50,
"maxLikesPerDay": 800,
"maxDislikesPerDay": 200,
"maxFollowsPerDay": 300,
"maxUnfollowsPerDay": 300,
"minUnfollowWaitTime": 1440,
"maxFollowsPerHashtag": 30,
"maxLikesToLikeMedia": 600,
"minLikesToLikeMedia": 3,
"waitTimeBeforeDelete":10080,
"sleepStart":"0:00",
"sleepEnd":"7:00",
"followOptions": {
"followFakeUsers": false,
"followSelebgramUsers": false,
"followPassiveUsers": false,
"unfollowOnlyWhenFollowingMe": false,
"unwantedUsernames": [
"second",
"stuff",
"art",
"project",
"love",
"life",
"food",
"blog",
"free",
"murah",
"jam",
"kaos",
"case",
"baju",
"fashion",
"care",
"cloth",
"tech",
"rental",
"follow",
"follower",
"bags"
]
}
}
}