neon0047 / InstaAutobot

Instagram bot built using python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Instagram bot built using python

License:Apache License 2.0


Languages

Language:Python 100.0%