Skip to content

Latest commit

 

History

History
56 lines (48 loc) · 1.14 KB

README.md

File metadata and controls

56 lines (48 loc) · 1.14 KB

InstaAutobot

This is python program to automate instagram stuff!

This program can automate and perform instagram tasks. It can show list of unfollowers, list of fans, cancels pending sent follow request, unfollows the people who don't follow you back.

Clone project

$ git clone [url]

Install Selenium

Run in terminal or cmd / gitbash

$ pip install selenium
or
$ pip3 install selenium

File structure:

.
├── webdriver
│   │
│   ├── msedge_webdriver
|
|───app.py

Run the program

Run in terminal

$ python app.py

Enter your username and password in terminal

Enter your username:
Enter your password:

Main menu

*******Autbot*******
1. list Un-followers
2. list Fans
3. Cancel all the sent follow requests     
4. Unfollow those who don't follow you back
5. Exit
Enter the choice :

Contributers