Skip to content

This Python script identifies users who don't follow you back on Instagram and automatically unfollows them.

License

Notifications You must be signed in to change notification settings

manuemmanuel/Unfollow-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Unfollow Bot

This Python script identifies users who don't follow you back on Instagram and automatically unfollows them. It uses the instaloader module to interact with Instagram.

Prerequisites

  • Python 3.x
  • instaloader module
  • requests module

Installation

  1. Clone the repository or download the script.
  2. Install the required Python modules:
    pip install instaloader requests```
    

Usage

  1. Set your Instagram username and password in the script:
INSTAGRAM_USERNAME = "your_username"
INSTAGRAM_PASSWORD = "your_password"
  1. Run the script:
python main.py
  1. The script will:
  • Log in to Instagram.
  • Retrieve the list of followers and followees.
  • Identify users who don't follow you back.
  • Unfollow users who don't follow you back, with a 30-second delay between each unfollow action to avoid rate limiting.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This Python script identifies users who don't follow you back on Instagram and automatically unfollows them.

Topics

Resources

License

Stars

Watchers

Forks

Languages