Skip to content

Commit

Permalink
Update to v3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexal1 committed Aug 26, 2022
1 parent e35dc2b commit 3354010
Show file tree
Hide file tree
Showing 71 changed files with 1,316 additions and 364 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
graft insomniac/apk
graft insomniac/assets
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/insomniac)
![PyPI - Downloads](https://img.shields.io/pypi/dm/insomniac)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)
<a href="https://insomniac-bot.com/get_latest_supported_ig_apk/">
<img src="https://img.shields.io/endpoint?url=https://insomniac-bot.com/get_latest_supported_ig_version/">
</a>

[español](https://github.com/alexal1/Insomniac/blob/master/res/README_es.md) | [português](https://github.com/alexal1/Insomniac/blob/master/res/README_pt_BR.md)

Expand Down Expand Up @@ -151,6 +148,7 @@ You may want to ignore mass-followers (e.g. > 1000 followings) because they are
| `mandatory_words` | `["word1", "word2", "word3", ...]` | skip accounts that doesn't have one of the words in the list in the profile biography |
| `specific_alphabet` | `["LATIN", "ARABIC", "GREEK", "HEBREW", ...]` | skip accounts that contains text in their biography/username which different than the provided alphabet list |
| `skip_already_following_profiles` | `true/false` | skip accounts that your profile already followed, even if not followed by the bot |
| `only_profiles_with_faces` | `"male"/"female"/"any"` | analyze profile picture and leave only profiles with male/female/any face on the avatar |


Please read detailed explanation and instructions how to use filter in [this Patreon post](https://www.patreon.com/posts/43362005).
Expand Down
27 changes: 23 additions & 4 deletions config-examples-extra/all-params.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,22 @@
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"parameter-name": "no_ig_version_check",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
"value": "True",
"description" : "skip Instagram version check at start"
},
{
"parameter-name": "no_ig_connection_check",
"enabled": false,
"value": "True",
"description" : "skip Instagram connection check at start"
},
{
"parameter-name": "speed",
"enabled": true,
"value": "4",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest). There's also 5 (superfast) but it's not recommended"
},
{
"parameter-name": "no_typing",
Expand Down Expand Up @@ -229,6 +241,12 @@
"value": "True",
"description" : "unfollow only profiles that are not following you"
},
{
"parameter-name": "unfollow_source",
"enabled": false,
"value": "list",
"description" : "you can specify where to take the users to unfollow from. Can be one of the values: profile / list / database / database-global-search. \"profile\" means unfollowing your profile\\'s followings. \"list\" means unfollowing from the \"unfollow.txt\" file. \"database\" means unfollowing from the database sorted by date of following (older go first). \"database-global-search\" is the same as \"database\", but searches in global search. By default \"profile\" is used"
},
{
"parameter-name": "following_sort_order",
"enabled": false,
Expand Down Expand Up @@ -375,7 +393,8 @@
"blacklist_words": ["word1", "word2"],
"mandatory_words": ["word1", "word2"],
"specific_alphabet": ["LATIN", "ARABIC", "HEBREW"],
"skip_already_following_profiles": true
"skip_already_following_profiles": true,
"only_profiles_with_faces": "female"
},
"description" : "add this argument if you want to pass filters as an argument and not from filters.json file"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,22 @@
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"parameter-name": "no_ig_version_check",
"enabled": false,
"value": "True",
"description" : "skip Instagram version check at start"
},
{
"parameter-name": "no_ig_connection_check",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
"value": "True",
"description" : "skip Instagram connection check at start"
},
{
"parameter-name": "speed",
"enabled": true,
"value": "4",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest). There's also 5 (superfast) but it's not recommended"
},
{
"parameter-name": "no_typing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,22 @@
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"parameter-name": "no_ig_version_check",
"enabled": false,
"value": "True",
"description" : "skip Instagram version check at start"
},
{
"parameter-name": "no_ig_connection_check",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
"value": "True",
"description" : "skip Instagram connection check at start"
},
{
"parameter-name": "speed",
"enabled": true,
"value": "4",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest). There's also 5 (superfast) but it's not recommended"
},
{
"parameter-name": "no_typing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,22 @@
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"parameter-name": "no_ig_version_check",
"enabled": false,
"value": "True",
"description" : "skip Instagram version check at start"
},
{
"parameter-name": "no_ig_connection_check",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
"value": "True",
"description" : "skip Instagram connection check at start"
},
{
"parameter-name": "speed",
"enabled": true,
"value": "4",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest). There's also 5 (superfast) but it's not recommended"
},
{
"parameter-name": "no_typing",
Expand Down Expand Up @@ -133,7 +145,8 @@
"blacklist_words": ["word1", "word2"],
"mandatory_words": ["word1", "word2"],
"specific_alphabet": ["LATIN", "ARABIC", "HEBREW"],
"skip_already_following_profiles": true
"skip_already_following_profiles": true,
"only_profiles_with_faces": "female"
},
"description" : "add this argument if you want to pass filters as an argument and not from filters.json file"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,22 @@
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"parameter-name": "no_ig_version_check",
"enabled": false,
"value": "True",
"description" : "skip Instagram version check at start"
},
{
"parameter-name": "no_ig_connection_check",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
"value": "True",
"description" : "skip Instagram connection check at start"
},
{
"parameter-name": "speed",
"enabled": true,
"value": "4",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest). There's also 5 (superfast) but it's not recommended"
},
{
"parameter-name": "no_typing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,22 @@
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"parameter-name": "no_ig_version_check",
"enabled": false,
"value": "True",
"description" : "skip Instagram version check at start"
},
{
"parameter-name": "no_ig_connection_check",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
"value": "True",
"description" : "skip Instagram connection check at start"
},
{
"parameter-name": "speed",
"enabled": true,
"value": "4",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest). There's also 5 (superfast) but it's not recommended"
},
{
"parameter-name": "no_typing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,22 @@
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"parameter-name": "no_ig_version_check",
"enabled": false,
"value": "True",
"description" : "skip Instagram version check at start"
},
{
"parameter-name": "no_ig_connection_check",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
"value": "True",
"description" : "skip Instagram connection check at start"
},
{
"parameter-name": "speed",
"enabled": true,
"value": "4",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest). There's also 5 (superfast) but it's not recommended"
},
{
"parameter-name": "no_typing",
Expand Down Expand Up @@ -139,7 +151,8 @@
"blacklist_words": ["word1", "word2"],
"mandatory_words": ["word1", "word2"],
"specific_alphabet": ["LATIN", "ARABIC", "HEBREW"],
"skip_already_following_profiles": true
"skip_already_following_profiles": true,
"only_profiles_with_faces": "female"
},
"description" : "add this argument if you want to pass filters as an argument and not from filters.json file"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,22 @@
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"parameter-name": "no_ig_version_check",
"enabled": false,
"value": "True",
"description" : "skip Instagram version check at start"
},
{
"parameter-name": "no_ig_connection_check",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
"value": "True",
"description" : "skip Instagram connection check at start"
},
{
"parameter-name": "speed",
"enabled": true,
"value": "4",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest). There's also 5 (superfast) but it's not recommended"
},
{
"parameter-name": "no_typing",
Expand Down Expand Up @@ -139,7 +151,8 @@
"blacklist_words": ["word1", "word2"],
"mandatory_words": ["word1", "word2"],
"specific_alphabet": ["LATIN", "ARABIC", "HEBREW"],
"skip_already_following_profiles": true
"skip_already_following_profiles": true,
"only_profiles_with_faces": "female"
},
"description" : "add this argument if you want to pass filters as an argument and not from filters.json file"
},
Expand Down
21 changes: 17 additions & 4 deletions config-examples-extra/interact/interact-all-params.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,22 @@
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"parameter-name": "no_ig_version_check",
"enabled": false,
"value": "True",
"description" : "skip Instagram version check at start"
},
{
"parameter-name": "no_ig_connection_check",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
"value": "True",
"description" : "skip Instagram connection check at start"
},
{
"parameter-name": "speed",
"enabled": true,
"value": "4",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest). There's also 5 (superfast) but it's not recommended"
},
{
"parameter-name": "no_typing",
Expand Down Expand Up @@ -263,7 +275,8 @@
"blacklist_words": ["word1", "word2"],
"mandatory_words": ["word1", "word2"],
"specific_alphabet": ["LATIN", "ARABIC", "HEBREW"],
"skip_already_following_profiles": true
"skip_already_following_profiles": true,
"only_profiles_with_faces": "female"
},
"description" : "add this argument if you want to pass filters as an argument and not from filters.json file"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,22 @@
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"parameter-name": "no_ig_version_check",
"enabled": false,
"value": "True",
"description" : "skip Instagram version check at start"
},
{
"parameter-name": "no_ig_connection_check",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
"value": "True",
"description" : "skip Instagram connection check at start"
},
{
"parameter-name": "speed",
"enabled": true,
"value": "4",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest). There's also 5 (superfast) but it's not recommended"
},
{
"parameter-name": "no_typing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,22 @@
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"parameter-name": "no_ig_version_check",
"enabled": false,
"value": "True",
"description" : "skip Instagram version check at start"
},
{
"parameter-name": "no_ig_connection_check",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
"value": "True",
"description" : "skip Instagram connection check at start"
},
{
"parameter-name": "speed",
"enabled": true,
"value": "4",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest). There's also 5 (superfast) but it's not recommended"
},
{
"parameter-name": "no_typing",
Expand Down Expand Up @@ -227,7 +239,8 @@
"blacklist_words": ["word1", "word2"],
"mandatory_words": ["word1", "word2"],
"specific_alphabet": ["LATIN", "ARABIC", "HEBREW"],
"skip_already_following_profiles": true
"skip_already_following_profiles": true,
"only_profiles_with_faces": "female"
},
"description" : "add this argument if you want to pass filters as an argument and not from filters.json file"
}
Expand Down
Loading

0 comments on commit 3354010

Please sign in to comment.