Skip to content

Commit

Permalink
Update to v3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexal1 committed Sep 2, 2022
1 parent cdedf8e commit 878c34a
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 941 deletions.
214 changes: 63 additions & 151 deletions README.md

Large diffs are not rendered by default.

24 changes: 19 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
Switch language: [German](/docs/#/de/ ':ignore')
\
 

## Installation
See the [Installation](/installation) page.

Expand Down Expand Up @@ -322,9 +318,12 @@ be higher than the left value.
if you use flow, you maybe don't want to wait for
working-hours on a specific session, because the
following session in the flow might be in the working
hours and you dont want to stop the flow. If that's the
hours and you don't want to stop the flow. If that's the
case, use this parameter

#### --direct-messages-limit 10
limit on total amount of DMs-actions during the current session, disabled by default. It can be a number (e.g. 10) or a range (e.g. 9-12)

### Unfollowing
More unfollowing options will be unblocked.

Expand All @@ -340,6 +339,21 @@ By default "profile" is used
if using "--unfollow-source database", you can specify how long ago an account has to be followed, to unfollow it now.
Specify number of days. 7 days by default

### Direct Messages
Sending direct messages.

#### --dm-list "Hey bro!" ["What's up bro" ...]
List of messages to pick a random one to send. Spintax supported

#### --dm-to-new-followers
Send direct messages to the given amount of new followers

#### --dm-to-followed-by-bot-only
If true, messages will be sent only to users whom we are following

#### --dm-max-old-followers-in-a-row 30
Stop looking for new followers if seeing this amount of old followers in a row

### Advanced
More options for savvy users!

Expand Down
238 changes: 0 additions & 238 deletions docs/de/README.md

This file was deleted.

86 changes: 0 additions & 86 deletions docs/de/installation.md

This file was deleted.

2 changes: 1 addition & 1 deletion insomniac/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__title__ = 'insomniac'
__description__ = 'Simple Instagram bot for automated Instagram interaction using Android.'
__url__ = 'https://github.com/alexal1/Insomniac/'
__version__ = '3.8.3'
__version__ = '3.8.5'
__debug_mode__ = False
__author__ = 'Insomniac Team'
__author_email__ = 'info@insomniac-bot.com'
Expand Down
Loading

0 comments on commit 878c34a

Please sign in to comment.