An Instagram bot that can do many things written in Python.
- Sign In
- Get Followers
- Get Following
- Follow User (can do more than one)
- Unfollow User (can do more than one)
- Who Don't Follow Me
- Watch Story
You will need the following for running this script-
1)Python3 installed in your system
2)Firefox web browser with Firefox webdriver
3)pip
4)selenium==3.141.0
5)requests
6)colorama==0.4.4
colorama==0.4.4 selenium==3.141.0
Site to download python3 https://www.python.org/downloads/
cd
sudo apt-get -y install firefox
cd
wget https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz
tar xzf geckodriver-v0.26.0-linux64.tar.gz
sudo mv geckodriver /usr/bin/geckodriver
- Install Firefox
- Download -> 32bit - geckodriver, 64bit - geckodriver - Download the zip folder and extract it
- Add the file present in the extracted folder to the path
To add the file to path, paste it here (at this location) ->
C: -> Users -> <your_pc_name> -> AppData -> Local -> Programs -> Python -> Python<version_>
$ git clone https://github.com/alii76tt/python_instagram_bot
$ cd python_instagram_bot
$ pip install -r requirements.txt
$ python3 main.py