https://github.com/homescriptone/instagram-unfollow-batch
Unfollow Instagram accounts that do not follow you easily.
https://github.com/homescriptone/instagram-unfollow-batch
Last synced: 6 months ago
JSON representation
Unfollow Instagram accounts that do not follow you easily.
- Host: GitHub
- URL: https://github.com/homescriptone/instagram-unfollow-batch
- Owner: homescriptone
- License: mit
- Created: 2019-07-05T16:46:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T17:24:33.000Z (over 6 years ago)
- Last Synced: 2025-02-13T15:13:04.309Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instagram Unfollow Batch
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
This script requires :
- # Python 2 / 3
- # Instagram API module
## Installation
You can install this module by following this rules :
pip install InstagramAPI ( Python 2 )
pip3 install InstagramAPI ( Python 3 )
## Usage
- # username :
Instagram username
- # password :
Instagram password
- # -u :
Instagram user number to unfollow
- # -t :
Instagram timeout before to unfollow a new user
python main.py 'user_name' 'password' -u 1000 -t 20
python3 main.py 'user_name' 'password' -u 1000 -t 20