A python script that follow Instagram account with bots
Requirements:
- Python (+ selenium package)
- Instagram accounts - bots that will follow a targered instagram profile.
Installing:
- Install Python - https://www.python.org/
- Install Selenium: open the console (PowerShell or CMD for windows), type:
pip install selenium
- Download this repo. Click
Code
->Download Zip
. Unpack this to any location. - Download the chromedriver from here - https://chromedriver.chromium.org/downloads. Choose your current chrome version. Put downloaded
chromedriver.exe
file to the script folder. - Put your bot instagram accounts to
bots.txt
Using:
- Open
follow.py
using any text editor. - Set the targered profile in the
target_profile
parameter. - Open the console (powershell or cmd) in the folder with the
follow.py
file - Enter in the console:
py follow.py
and wait when all bots will follow the target.
Using this script you can get such messages:
[username] already follows "target"
if this bot with username
followed the target
before.
[username] successfully follow "target"
if bot successfully followed target
using this script.
[username] didnt follow "target"
if something went wrong. Inscrease delay time between all actions.