Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Merge pull request #222 from alexal1/update-to-3.5.0
Browse files Browse the repository at this point in the history
Updated to version 3.5.0
  • Loading branch information
Fadude authored Dec 23, 2020
2 parents 80a18ee + 02c2f11 commit a29108c
Show file tree
Hide file tree
Showing 38 changed files with 3,110 additions and 770 deletions.
44 changes: 37 additions & 7 deletions config-examples-extra/interact.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
"value": "emulator-5554",
"description" : "device identifier. Should be used only when multiple devices are connected at once"
},
{
"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": "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": "dont_indicate_softban",
"enabled": false,
"value": "True",
"description" : "by default, Insomniac tried 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": "old",
"enabled": false,
Expand Down Expand Up @@ -95,16 +119,16 @@
"description" : "maximum amount of followings, after reaching this amount follow stops. disabled by default"
},
{
"parameter-name": "unfollow_non_followers",
"parameter-name": "unfollow_followed_by_anyone",
"enabled": false,
"value": "20-40",
"description" : "unfollow at most given number of users, that don\\'t follow you back. Only users followed by this script will be unfollowed. The order is from oldest to newest followings. It can be a number (e.g. 100) or a range (e.g. 100-200)"
"value": "True",
"description" : "By default, only profiles that been followed by the bot will be unfollowed. Set this parameter if you want to unfollow any profile (even if not been followed by the bot)"
},
{
"parameter-name": "unfollow_any",
"parameter-name": "unfollow_non_followers",
"enabled": false,
"value": "20-40",
"description" : "unfollow at most given number of users. The order is from oldest to newest followings. It can be a number (e.g. 100) or a range (e.g. 100-200)"
"value": "True",
"description" : "unfollow only profiles that are not following you"
},
{
"parameter-name": "interact_targets",
Expand Down Expand Up @@ -168,8 +192,14 @@
{
"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 interactions per session, disabled by default. It can be a number (e.g. 70) or a range (e.g. 60-80). Only successful interactions count"
"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_follow_limit",
Expand Down
44 changes: 37 additions & 7 deletions config-examples-extra/interact_targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
"value": "emulator-5554",
"description" : "device identifier. Should be used only when multiple devices are connected at once"
},
{
"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": "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": "dont_indicate_softban",
"enabled": false,
"value": "True",
"description" : "by default, Insomniac tried 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": "old",
"enabled": false,
Expand Down Expand Up @@ -95,16 +119,16 @@
"description" : "maximum amount of followings, after reaching this amount follow stops. disabled by default"
},
{
"parameter-name": "unfollow_non_followers",
"parameter-name": "unfollow_followed_by_anyone",
"enabled": false,
"value": "20-40",
"description" : "unfollow at most given number of users, that don\\'t follow you back. Only users followed by this script will be unfollowed. The order is from oldest to newest followings. It can be a number (e.g. 100) or a range (e.g. 100-200)"
"value": "True",
"description" : "By default, only profiles that been followed by the bot will be unfollowed. Set this parameter if you want to unfollow any profile (even if not been followed by the bot)"
},
{
"parameter-name": "unfollow_any",
"parameter-name": "unfollow_non_followers",
"enabled": false,
"value": "20-40",
"description" : "unfollow at most given number of users. The order is from oldest to newest followings. It can be a number (e.g. 100) or a range (e.g. 100-200)"
"value": "True",
"description" : "unfollow only profiles that are not following you"
},
{
"parameter-name": "interact_targets",
Expand Down Expand Up @@ -168,8 +192,14 @@
{
"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 interactions per session, disabled by default. It can be a number (e.g. 70) or a range (e.g. 60-80). Only successful interactions count"
"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_follow_limit",
Expand Down
44 changes: 37 additions & 7 deletions config-examples-extra/interact_with_filters.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
"value": "emulator-5554",
"description" : "device identifier. Should be used only when multiple devices are connected at once"
},
{
"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": "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": "dont_indicate_softban",
"enabled": false,
"value": "True",
"description" : "by default, Insomniac tried 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": "old",
"enabled": false,
Expand Down Expand Up @@ -95,16 +119,16 @@
"description" : "maximum amount of followings, after reaching this amount follow stops. disabled by default"
},
{
"parameter-name": "unfollow_non_followers",
"parameter-name": "unfollow_followed_by_anyone",
"enabled": false,
"value": "20-40",
"description" : "unfollow at most given number of users, that don\\'t follow you back. Only users followed by this script will be unfollowed. The order is from oldest to newest followings. It can be a number (e.g. 100) or a range (e.g. 100-200)"
"value": "True",
"description" : "By default, only profiles that been followed by the bot will be unfollowed. Set this parameter if you want to unfollow any profile (even if not been followed by the bot)"
},
{
"parameter-name": "unfollow_any",
"parameter-name": "unfollow_non_followers",
"enabled": false,
"value": "20-40",
"description" : "unfollow at most given number of users. The order is from oldest to newest followings. It can be a number (e.g. 100) or a range (e.g. 100-200)"
"value": "True",
"description" : "unfollow only profiles that are not following you"
},
{
"parameter-name": "interact_targets",
Expand Down Expand Up @@ -168,8 +192,14 @@
{
"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 interactions per session, disabled by default. It can be a number (e.g. 70) or a range (e.g. 60-80). Only successful interactions count"
"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_follow_limit",
Expand Down
46 changes: 38 additions & 8 deletions config-examples-extra/scrape.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
"value": "emulator-5554",
"description" : "device identifier. Should be used only when multiple devices are connected at once"
},
{
"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": "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": "dont_indicate_softban",
"enabled": false,
"value": "True",
"description" : "by default, Insomniac tried 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": "old",
"enabled": false,
Expand Down Expand Up @@ -95,16 +119,16 @@
"description" : "maximum amount of followings, after reaching this amount follow stops. disabled by default"
},
{
"parameter-name": "unfollow_non_followers",
"parameter-name": "unfollow_followed_by_anyone",
"enabled": false,
"value": "20-40",
"description" : "unfollow at most given number of users, that don\\'t follow you back. Only users followed by this script will be unfollowed. The order is from oldest to newest followings. It can be a number (e.g. 100) or a range (e.g. 100-200)"
"value": "True",
"description" : "By default, only profiles that been followed by the bot will be unfollowed. Set this parameter if you want to unfollow any profile (even if not been followed by the bot)"
},
{
"parameter-name": "unfollow_any",
"parameter-name": "unfollow_non_followers",
"enabled": false,
"value": "20-40",
"description" : "unfollow at most given number of users. The order is from oldest to newest followings. It can be a number (e.g. 100) or a range (e.g. 100-200)"
"value": "True",
"description" : "unfollow only profiles that are not following you"
},
{
"parameter-name": "interact_targets",
Expand Down Expand Up @@ -167,9 +191,15 @@
},
{
"parameter-name": "total_interactions_limit",
"enabled": false,
"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 interactions per session, disabled by default. It can be a number (e.g. 70) or a range (e.g. 60-80). Only successful interactions count"
"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_follow_limit",
Expand Down
46 changes: 38 additions & 8 deletions config-examples-extra/unfollow.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
"value": "emulator-5554",
"description" : "device identifier. Should be used only when multiple devices are connected at once"
},
{
"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": "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": "dont_indicate_softban",
"enabled": false,
"value": "True",
"description" : "by default, Insomniac tried 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": "old",
"enabled": false,
Expand Down Expand Up @@ -95,16 +119,16 @@
"description" : "maximum amount of followings, after reaching this amount follow stops. disabled by default"
},
{
"parameter-name": "unfollow_non_followers",
"parameter-name": "unfollow_followed_by_anyone",
"enabled": false,
"value": "20-40",
"description" : "unfollow at most given number of users, that don\\'t follow you back. Only users followed by this script will be unfollowed. The order is from oldest to newest followings. It can be a number (e.g. 100) or a range (e.g. 100-200)"
"value": "True",
"description" : "By default, only profiles that been followed by the bot will be unfollowed. Set this parameter if you want to unfollow any profile (even if not been followed by the bot)"
},
{
"parameter-name": "unfollow_any",
"parameter-name": "unfollow_non_followers",
"enabled": false,
"value": "20-40",
"description" : "unfollow at most given number of users. The order is from oldest to newest followings. It can be a number (e.g. 100) or a range (e.g. 100-200)"
"value": "True",
"description" : "unfollow only profiles that are not following you"
},
{
"parameter-name": "interact_targets",
Expand Down Expand Up @@ -167,9 +191,15 @@
},
{
"parameter-name": "total_interactions_limit",
"enabled": false,
"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 interactions per session, disabled by default. It can be a number (e.g. 70) or a range (e.g. 60-80). Only successful interactions count"
"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_follow_limit",
Expand Down
Loading

0 comments on commit a29108c

Please sign in to comment.