https://github.com/harmindersinghnijjar/unfollowing-non-followers-using-instagrapi
Unfollow non-followers on Instagram using Instagrapi
https://github.com/harmindersinghnijjar/unfollowing-non-followers-using-instagrapi
instagram instagram-api instagram-bot instagrapi unfollow unfollow-script unfollow-users unfollower
Last synced: 6 months ago
JSON representation
Unfollow non-followers on Instagram using Instagrapi
- Host: GitHub
- URL: https://github.com/harmindersinghnijjar/unfollowing-non-followers-using-instagrapi
- Owner: harmindersinghnijjar
- Created: 2023-11-05T04:46:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T21:00:57.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T00:03:36.777Z (6 months ago)
- Topics: instagram, instagram-api, instagram-bot, instagrapi, unfollow, unfollow-script, unfollow-users, unfollower
- Language: Python
- Homepage: https://harminder.dev/projects/social-media-automation/instagram/unfollowing-non-followers/unfollowing-non-followers/
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unfollow Non-Followers on Instagram Using Instagrapi
For details on how to automatically unfollow non-followers on Instagram, refer to this [blog post](https://harminder.dev/projects/social-media-automation/instagram/unfollowing-non-followers/unfollowing-non-followers/).
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
```