Instabot

Latest version: v0.117.0

Safety actively analyzes 638297 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

0.3.3.9

0.3.3.8

0.3.3.7

* Now Instabot can work with several accounts - just run your favorite scripts and read the script's output.
* Now your counters (number of likes, follows, unfollows etc.) will save even if you close the script!
* Go and check the multi_script_CLI.py! This is a dialogue script that is so easy to run that you will be the happiest man.

0.3.3.5

New examples
* Block bots - block bots that follow you to increase your account users/likes conversion
* Unlike_users.py - remove likes from users' medias
* like_hashtags_from_file
* follow_users_by_hashtag
* fixed some bugs

Also add proxy support. Read Readme.md for more information.

0.3.3.3

All filter settings:
python
from instabot import Bot
bot = Bot(
max_likes_per_day=1000,
max_unlikes_per_day=1000,
max_follows_per_day=350,
max_unfollows_per_day=350,
max_comments_per_day=100,
max_likes_to_like=100,
max_followers_to_follow=2000,
min_followers_to_follow=10,
max_following_to_follow=10000,
min_following_to_follow=10,
max_followers_to_following_ratio=10,
max_following_to_followers_ratio=2,
min_media_count_to_follow=3,
like_delay=10,
unlike_delay=10,
follow_delay=30,
unfollow_delay=30,
comment_delay=60,
whitelist=False,
blacklist=False,
comments_file=False,
stop_words=['shop', 'store', 'free']
)

0.3.3.2

Go to https://github.com/instagrambot/instabot/blob/master/README.mdbot-class and see all new settings that you can add to your bot.

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.