-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
62 lines (62 loc) · 1.83 KB
/
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
56
57
58
59
60
61
62
{
"paramsLogin": {
"authenticity_token": "",
"session[email]": "blabla@mail.it",
"session[password]": "secretpswd"
},
"csrfHeaders": {
"X-CSRF-Token": "",
"X-Requested-With":"XMLHttpRequest"
},
"searchParams": {
"type": "top_trend|categories|tags|fresh|popoular|upcoming|following",
"pageLimit": 5,
"categories": ["abstract", "nature"],
"tags": ["panorama", "landscapes", "..."]
},
"paramsLike": {
"type": "top_trend|categories|tags|fresh|popoular|upcoming|not_following|following|random",
"tags": ["landscapes", "travel", "nikon"],
"categories": ["nature", "landscapes"],
"maxHour": 30,
"maxDay": 100,
"timeBetween": 30
},
"paramsFollow": {
"type": "top_trend|categories|tags|fresh|popoular|upcoming|not_following|following|random",
"tags": ["landscapes", "travel", "nikon"],
"categories": ["nature", "landscapes"],
"maxHour": 30,
"maxDay": 100,
"timeBetween": 500,
"unFollowAfter": "3days"
},
"paramsComment": {
"type": "top_trend|categories|tags|fresh|popoular|upcoming|not_following|following|random",
"tags": ["landscapes", "travel", "nikon"],
"categories": ["nature", "landscapes"],
"maxHour": 30,
"maxDay": 100,
"timeBetween": 300,
"lookup": ["frasi per commentare", "Great job!", "Wow! That's really nice!", "Nice shot!"]
},
"proxy" : null,
"max_likes_per_day" : 100,
"max_unlikes_per_day" : 100,
"max_follows_per_day" : 100,
"max_unfollows_per_day" : 10,
"max_comments_per_day" : 50,
"max_likes_to_like" : 250,
"max_followers_to_follow" : 500,
"min_followers_to_follow" : 0,
"max_following_to_follow" : 500,
"min_following_to_follow" : 5,
"max_followers_to_following_ratio" : 3,
"max_following_to_followers_ratio" : 3,
"min_likes_to_like" : 30,
"follow_users_from_like": false,
"unfollow_delay" : 1800,
"unlike_delay" : 3600,
"whitelist" : null,
"blacklist" : null
}