MaviMods / unfollowing-non-followers-using-instagrapi

Unfollow non-followers on Instagram using Instagrapi

Home Page:https://harminder.dev/projects/social-media-automation/instagram/unfollowing-non-followers/unfollowing-non-followers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unfollow Non-Followers on Instagram Using Instagrapi

For details on how to automatically unfollow non-followers on Instagram, refer to this blog post.

This Python script uses Instagrapi, which is an unofficial Instagram API wrapper, to unfollow individuals who do not follow you back on Instagram.

Disclaimer: Utilizing unofficial APIs can contravene Instagram's terms of service, potentially leading to account suspension or restriction. Exercise caution when using this script.

Installation

Run the following command to install Instagrapi:

pip install instagrapi

Usage

First, update the script with your Instagram credentials:

username = 'your_username'
password = 'your_password'

Execute the script with:

python main.py

About

Unfollow non-followers on Instagram using Instagrapi

https://harminder.dev/projects/social-media-automation/instagram/unfollowing-non-followers/unfollowing-non-followers/


Languages

Language:Python 100.0%