Skip to content

Commit

Permalink
Merge pull request #329 from alexal1/3.7.10-update
Browse files Browse the repository at this point in the history
3.7.10 update
  • Loading branch information
Fadude authored May 4, 2021
2 parents 41a00b5 + fb9db33 commit 0da22b1
Show file tree
Hide file tree
Showing 62 changed files with 1,115 additions and 509 deletions.
24 changes: 4 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
* [Full list of command line arguments](#full-list-of-command-line-arguments)
* [FAQ](#faq)
- [Extra features](#extra-features)
- [Udemy course for beginners](#udemy-course-for-beginners)
- [Source code](#source-code)
- [Filtering](#filtering)
- [Whitelist and Blacklist](#whitelist-and-blacklist)
Expand Down Expand Up @@ -120,18 +119,6 @@ All core features in this project are free to use. But you may want to get more

Activate these features by supporting our small team on Patreon: [https://insomniac-bot.com/activate/](https://insomniac-bot.com/activate/).

### Udemy course for beginners
We've recorded a video course to _show_ and _explain_ everything you need to know to start using Insomniac. In these videos we explain how to:
- Install Python
- Install Insomniac
- Install platform-tools
- Enable and set developer options on a mobile phone / emulator
- Run Insomniac from Terminal / Command Prompt

All videos are recorded for 4 platforms: Windows, macOS, Linux and Raspberry Pi. Via this link you can get the course with a great discount: [Udemy Сourse Сoupon](https://insomniac-bot.com/udemy_course/).

Purchase the course and get two months of extra features for free!

### Source code
You can see contents of the `insomniac` PyPi package in the [insomniac](https://github.com/alexal1/Insomniac/tree/master/insomniac) folder. So, you can work with the source code directly.
1. Clone the project: `git clone https://github.com/alexal1/Insomniac.git`
Expand Down Expand Up @@ -200,19 +187,16 @@ There already are Instagram automation tools that work either on Instagram web v
That's why need arised in a solution for mobile devices. Instagram can't distinguish bot from a human when it comes to your phone. However, even a human can reach limits when using the app, so don't fail to be careful. Always set `--total-likes-limit` to 300 or less. Also it's better to use `--repeat` to act periodically for 2-3 hours, because Instagram keeps track of how long the app works.

### Community
We are now **approved training providers for Udemy**. Try our [course for beginners](https://insomniac-bot.com/udemy_course/)! <br>The most convenient place to discuss all bugs, new features, Instagram limits, etc. is the [Discord server](https://discord.gg/59pUYCw). If you're not familiar with Discord, you can also join our [Telegram chat](https://t.me/insomniac_chat). And finally, all useful info is posted on our [Patreon page](https://www.patreon.com/insomniac_bot).
We have a [Discord server](https://discord.gg/59pUYCw) which is the most convenient place to discuss all bugs, new features, Instagram limits, etc. If you're not familiar with Discord, you can also join our [Telegram chat](https://t.me/insomniac_chat). And finally, all useful info is posted on our [Patreon page](https://www.patreon.com/insomniac_bot).

<p>
<a href="https://insomniac-bot.com/udemy_course/">
<img alt="Udemy Course" src="https://raw.githubusercontent.com/alexal1/Insomniac/master/res/udemy.png" height=80/>
</a>
<a href="https://discord.gg/59pUYCw">
<img alt="Discord Server" src="https://raw.githubusercontent.com/alexal1/Insomniac/master/res/discord.png" height=80/>
<img hspace="3" alt="Discord Server" src="https://raw.githubusercontent.com/alexal1/Insomniac/master/res/discord.png" height=84/>
</a>
<a href="https://t.me/insomniac_chat">
<img alt="Telegram Chat" src="https://raw.githubusercontent.com/alexal1/Insomniac/master/res/telegram.png" height=80/>
<img hspace="3" alt="Telegram Chat" src="https://raw.githubusercontent.com/alexal1/Insomniac/master/res/telegram.png" height=84/>
</a>
<a href="https://www.patreon.com/insomniac_bot">
<img alt="Patreon Page" src="https://raw.githubusercontent.com/alexal1/Insomniac/master/res/patreon.png" height=80/>
<img hspace="3" alt="Patreon Page" src="https://raw.githubusercontent.com/alexal1/Insomniac/master/res/patreon.png" height=84/>
</a>
</p>
18 changes: 17 additions & 1 deletion config-examples-extra/all-params.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down Expand Up @@ -71,6 +77,12 @@
"value": "/path/to/script.bat or sh",
"description" : "use this parameter if you want to run a predefined script when session ends"
},
{
"parameter-name": "warmup_time_before_session",
"enabled": false,
"value": "2-6",
"description" : "set warmup length in minutes, disabled by default. It can be a number (e.g. 2) or a range (e.g. 1-3)."
},
{
"parameter-name": "working_hours",
"enabled": false,
Expand Down Expand Up @@ -140,7 +152,11 @@
"amazingtrips-top-likers",
"amazingtrips-recent-likers",
"P-antartica-top-likers",
"P-antartica-recent-likers"
"P-antartica-recent-likers",
"amazingtrips-top-posts",
"amazingtrips-recent-posts",
"P-antartica-top-posts",
"P-antartica-recent-posts"
],
"description" : "list of hashtags and usernames. Usernames should start with \"@\" symbol. The script will interact with hashtags\\' posts likers and with users\\' followers"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down
18 changes: 17 additions & 1 deletion config-examples-extra/interact/interact-all-params.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down Expand Up @@ -71,6 +77,12 @@
"value": "/path/to/script.bat or sh",
"description" : "use this parameter if you want to run a predefined script when session ends"
},
{
"parameter-name": "warmup_time_before_session",
"enabled": false,
"value": "2-6",
"description" : "set warmup length in minutes, disabled by default. It can be a number (e.g. 2) or a range (e.g. 1-3)."
},
{
"parameter-name": "working_hours",
"enabled": false,
Expand All @@ -92,7 +104,11 @@
"amazingtrips-top-likers",
"amazingtrips-recent-likers",
"P-antartica-top-likers",
"P-antartica-recent-likers"
"P-antartica-recent-likers",
"amazingtrips-top-posts",
"amazingtrips-recent-posts",
"P-antartica-top-posts",
"P-antartica-recent-posts"
],
"description" : "list of hashtags and usernames. Usernames should start with \"@\" symbol. The script will interact with hashtags\\' posts likers and with users\\' followers"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down Expand Up @@ -74,7 +80,11 @@
"amazingtrips-top-likers",
"amazingtrips-recent-likers",
"P-antartica-top-likers",
"P-antartica-recent-likers"
"P-antartica-recent-likers",
"amazingtrips-top-posts",
"amazingtrips-recent-posts",
"P-antartica-top-posts",
"P-antartica-recent-posts"
],
"description" : "list of hashtags and usernames. Usernames should start with \"@\" symbol. The script will interact with hashtags\\' posts likers and with users\\' followers"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down Expand Up @@ -68,7 +74,11 @@
"amazingtrips-top-likers",
"amazingtrips-recent-likers",
"P-antartica-top-likers",
"P-antartica-recent-likers"
"P-antartica-recent-likers",
"amazingtrips-top-posts",
"amazingtrips-recent-posts",
"P-antartica-top-posts",
"P-antartica-recent-posts"
],
"description" : "list of hashtags and usernames. Usernames should start with \"@\" symbol. The script will interact with hashtags\\' posts likers and with users\\' followers"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down Expand Up @@ -80,7 +86,11 @@
"amazingtrips-top-likers",
"amazingtrips-recent-likers",
"P-antartica-top-likers",
"P-antartica-recent-likers"
"P-antartica-recent-likers",
"amazingtrips-top-posts",
"amazingtrips-recent-posts",
"P-antartica-top-posts",
"P-antartica-recent-posts"
],
"description" : "list of hashtags and usernames. Usernames should start with \"@\" symbol. The script will interact with hashtags\\' posts likers and with users\\' followers"
},
Expand Down
12 changes: 12 additions & 0 deletions config-examples-extra/scrape/scrape-all-params.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down Expand Up @@ -71,6 +77,12 @@
"value": "/path/to/script.bat or sh",
"description" : "use this parameter if you want to run a predefined script when session ends"
},
{
"parameter-name": "warmup_time_before_session",
"enabled": false,
"value": "2-6",
"description" : "set warmup length in minutes, disabled by default. It can be a number (e.g. 2) or a range (e.g. 1-3)."
},
{
"parameter-name": "working_hours",
"enabled": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down
6 changes: 6 additions & 0 deletions config-examples-extra/scrape/simple-scrape.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down
12 changes: 11 additions & 1 deletion config-examples/all-params.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"value": "True",
"description" : "skip internet speed check at start"
},
{
"parameter-name": "speed",
"enabled": false,
"value": "2",
"description" : "manually specify the speed setting, from 1 (slowest) to 4 (fastest)"
},
{
"parameter-name": "no_typing",
"enabled": false,
Expand Down Expand Up @@ -116,7 +122,11 @@
"amazingtrips-top-likers",
"amazingtrips-recent-likers",
"P-antartica-top-likers",
"P-antartica-recent-likers"
"P-antartica-recent-likers",
"amazingtrips-top-posts",
"amazingtrips-recent-posts",
"P-antartica-top-posts",
"P-antartica-recent-posts"
],
"description" : "list of hashtags and usernames. Usernames should start with \"@\" symbol. The script will interact with hashtags\\' posts likers and with users\\' followers"
},
Expand Down
Loading

0 comments on commit 0da22b1

Please sign in to comment.