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.
- Make sure you have created a virtual environment and activated it:
python3 -m venv venv
source venv/bin/activate
- Install the required libraries from the
requirements.txt
file:
pip install -r requirements.txt
- Open the
info.py
file and provide your Instagram username and password:
username = "your_instagram_username"
password = "your_instagram_password"
- 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.