forked from alexal1/Insomniac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
interact-with-filters-likes-follow-story-comment.json
207 lines (207 loc) · 7.84 KB
/
interact-with-filters-likes-follow-story-comment.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
[
{
"parameter-name": "device",
"enabled": false,
"value": "192.168.10.3",
"description" : "device identifier. Should be used only when multiple devices are connected at once"
},
{
"parameter-name": "wait_for_device",
"enabled": true,
"value": "True",
"description" : "keep waiting for ADB-device to be ready for connection (if no device-id is provided using --device flag, will wait for any available device)"
},
{
"parameter-name": "app_id",
"enabled": false,
"value": "com.instagram.android",
"description" : "apk package identifier. Should be used only if you are using cloned-app. Using 'com.instagram.android' by default"
},
{
"parameter-name": "old",
"enabled": false,
"value": "True",
"description" : "add this flag to use an old version of uiautomator. Use it only if you experience problems with the default version"
},
{
"parameter-name": "dont_indicate_softban",
"enabled": false,
"value": "True",
"description" : "by default, Insomniac tries to indicate if there is a softban on your account. set this flag in order to ignore those soft-ban indicators"
},
{
"parameter-name": "debug",
"enabled": false,
"value": "True",
"description" : "add this flag to insomniac in debug mode (more verbose logs)"
},
{
"parameter-name": "no_speed_check",
"enabled": true,
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "username",
"enabled": false,
"value": "my_username",
"description" : "if you have configured multiple Instagram accounts in your app, use this parameter in order to switch into a specific one. Not trying to switch account by default. If the account does not exist - the session wont started"
},
{
"parameter-name": "repeat",
"enabled": true,
"value": "160-220",
"description" : "repeat the same session again after N minutes after completion, disabled by default. It can be a number of minutes (e.g. 180) or a range (e.g. 120-180)"
},
{
"parameter-name": "interact",
"enabled": true,
"value": [
"amazingtrips-top-likers",
"amazingtrips-recent-likers",
"плёнка-top-likers",
"filmisnotdead-top-likers",
"zanzibar-recent-likers"
],
"description" : "list of hashtags and usernames. Usernames should start with \"@\" symbol. The script will interact with hashtags\\' posts likers and with users\\' followers"
},
{
"parameter-name": "interaction_users_amount",
"enabled": false,
"value": "6-8",
"description" : "use this argument to select an amount of users from the interact-list in case the list is to big and you want to slice it (users are randomized). It can be a number (e.g. 4) or a range (e.g. 3-8)"
},
{
"parameter-name": "reinteract_after",
"enabled": false,
"value": "72-96",
"description" : "set a time (in hours) to wait before re-interact with an already interacted profile, disabled by default (won't interact again). It can be a number (e.g. 48) or a range (e.g. 50-80)"
},
{
"parameter-name": "likes_count",
"enabled": true,
"value": "2",
"description" : "number of likes for each interacted user, 2 by default. It can be a number (e.g. 2) or a range (e.g. 2-4)"
},
{
"parameter-name": "likes_percentage",
"enabled": false,
"value": "75",
"description" : "likes given percentage of interacted users, 100 by default"
},
{
"parameter-name": "stories_count",
"enabled": false,
"value": "1-2",
"description" : "number of stories to watch for each user, disabled by default. It can be a number (e.g. 2) or a range (e.g. 2-4)"
},
{
"parameter-name": "follow_percentage",
"enabled": false,
"value": "70",
"description" : "follow given percentage of interacted users, 0 by default"
},
{
"parameter-name": "comment_percentage",
"enabled": true,
"value": "100",
"description" : "comment given percentage of interacted users, 0 by default"
},
{
"parameter-name": "comments_list",
"enabled": true,
"value": [
"{You’re|} awesome"
],
"description" : "list of comments you wish to comment on posts during interaction"
},
{
"parameter-name": "max_following",
"enabled": false,
"value": "150",
"description" : "maximum amount of followings, after reaching this amount follow stops. disabled by default"
},
{
"parameter-name": "interactions_limit_per_source",
"enabled": true,
"value": "12-16",
"description" : "number of interactions (successful & non-successful) per each blogger/hashtag, 140 by default. It can be a number (e.g. 70) or a range (e.g. 60-80)."
},
{
"parameter-name": "successful_interactions_limit_per_source",
"enabled": true,
"value": "6-8",
"description" : "number of successful-interactions per each blogger/hashtag, 70 by default. It can be a number (e.g. 70) or a range (e.g. 60-80)."
},
{
"parameter-name": "follow_limit_per_source",
"enabled": true,
"value": "3-4",
"description" : "limit on amount of follows during interaction with each one user's followers, disabled by default. It can be a number (e.g. 10) or a range (e.g. 6-9)"
},
{
"parameter-name": "total_interactions_limit",
"enabled": true,
"value": "100-120",
"description" : "number of total interactions (successful & unsuccessful) per session, disabled by default. It can be a number (e.g. 70) or a range (e.g. 60-80)"
},
{
"parameter-name": "total_successful_interactions_limit",
"enabled": true,
"value": "50-60",
"description" : "number of total successful interactions per session, disabled by default. It can be a number (e.g. 70) or a range (e.g. 60-80)"
},
{
"parameter-name": "total_likes_limit",
"enabled": true,
"value": "50-60",
"description" : "limit on total amount of likes during the session, 300 by default. It can be a number presenting specific limit (e.g. 300) or a range (e.g. 100-120)"
},
{
"parameter-name": "total_follow_limit",
"enabled": true,
"value": "15-20",
"description" : "limit on total amount of follows during the session, disabled by default. It can be a number (e.g. 27) or a range (e.g. 20-30)"
},
{
"parameter-name": "total_story_limit",
"enabled": true,
"value": "100-120",
"description" : "limit on total amount of stories watches during the session, disabled by default. It can be a number (e.g. 27) or a range (e.g. 20-30)"
},
{
"parameter-name": "total_comments_limit",
"enabled": true,
"value": "20-25",
"description" : "limit on total amount of comments during the session, 50 by default. It can be a number presenting specific limit (e.g. 300) or a range (e.g. 100-120)"
},
{
"parameter-name": "total_get_profile_limit",
"enabled": true,
"value": "300-400",
"description" : "limit on total amount of get-profile actions during the session, disabled by default. It can be a number (e.g. 600) or a range (e.g. 500-700)"
},
{
"parameter-name": "session_length_in_mins_limit",
"enabled": true,
"value": "50-60",
"description" : "limit the session length by time (minutes), disabled by default. It can be a number (e.g. 60) or a range (e.g. 40-70)"
},
{
"parameter-name": "refilter_after",
"enabled": false,
"value": "72-96",
"description" : "set a time (in hours) to wait before re-filter an already filtered profile, disabled by default (will drop the profile and won't filter again). It can be a number (e.g. 48) or a range (e.g. 50-80)"
},
{
"parameter-name": "filters",
"enabled": false,
"value": {
"privacy_relation": "only_public",
"max_followers": 5000,
"min_followers": 10,
"max_followings": 500
},
"description" : "add this argument if you want to pass filters as an argument and not from filters.json file"
}
]