A simple lines of Python code that will follow people on Instagram automatically using a bot.
- Python (+ selenium package)
- Instagram accounts - bots that will follow a targered instagram profile.
- 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
- 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.