An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Instagram Unfollow Batch

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)


## Requirements

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