
- #INSTAGRAM BOT FOLLOWE INSTALL#
- #INSTAGRAM BOT FOLLOWE UPDATE#
- #INSTAGRAM BOT FOLLOWE CODE#
- #INSTAGRAM BOT FOLLOWE DOWNLOAD#
Session.follow_user_following(, amount=10, randomize=False, sleep_delay=60) Session.follow_user_following(, amount=10, randomize=False) Follow users that someone else is following # Follows the people that a given users are following Note: simulation takes place while running this feature. Session.follow_user_followers(, amount=10, randomize=False, sleep_delay=60) # default sleep_delay=600 (10min) for every 10 user following, in this case Session.follow_user_followers(, amount=10, randomize=False) # If randomize is false it will pick in a top-down fashion # The amount is for each account, in this case 30 users will be followed # The usernames can be either a list or a string Session.follow_by_list(followlist=, times=2, sleep_delay=600, interact=True)įollow someone else's followers # Follows the followers of each given user
#INSTAGRAM BOT FOLLOWE UPDATE#
At project root folder open quickstart.py and update with your username and password. Set it up yourself with this Basic Setupīasic setup is a good way to test the tool. To exit an activated virtualenv run `deactivate'. Running source venv/bin/activate will activate the correct Python to run InstaPy. To make sure which Python is used, run which python, it will tell you which Python is 'active'. Remember to run it with Python from the virtualenv, so from venv/bin/python.
#INSTAGRAM BOT FOLLOWE CODE#
Now copy/paste the quickstart.py Python code below and run your first InstaPy script. All other Python libraries should be inside a virtualenv.
#INSTAGRAM BOT FOLLOWE INSTALL#
In essence, this is be the only Python library you should install as root (e.g., with sudo). If you're not familiar with virtualenv, please read about it here and use it to your advantage. The best way to install InstaPy is to create a virtualenv, install InstaPy there and run it from a separate file: 1.
#INSTAGRAM BOT FOLLOWE DOWNLOAD#
Download chromedriver for your system from here.Setting up InstaPy at Digital Ocean (for Debian) Guides: Implemented in Python using the Selenium module. Inscrease delay time between all actions.Automation Script for "farming" Likes, Comments and Followers on Instagram didnt follow "target" if something went wrong. successfully follow "target" if bot successfully followed target using this script. already follows "target" if this bot with username followed the target before. Using this script you can get such messages: Enter in the console: py follow.py and wait when all bots will follow the target.Open the console (powershell or cmd) in the folder with the follow.py file.Set the targered profile in the target_profile parameter.Put your bot instagram accounts to bots.txt.Put downloaded chromedriver.exe file to the script folder. Download the chromedriver from here.Install Selenium: open the console (PowerShell or CMD for windows), type: pip install selenium.Instagram accounts - bots that will follow a targered instagram profile.A python script that follow Instagram account with bots
