Skip to content

SaEeD802/insta_BOt_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Unfollow Bot

This bot is designed to automatically unfollow Instagram users who haven't accepted your follow requests. It uses your account credentials to log in and perform the unfollow action.

Prerequisites

  1. Make sure you have created a virtual environment and activated it:
python3 -m venv venv
source venv/bin/activate
  1. Install the required libraries from the requirements.txt file:
pip install -r requirements.txt

Configuration

  1. Open the info.py file and provide your Instagram username and password:
username = "your_instagram_username"
password = "your_instagram_password"

Execution

  1. Run the request.py script to initiate the bot:
python request.py

This script will log in to your Instagram account, check for pending follow requests, and unfollow users who haven't accepted your requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages