Skip to content

homescriptone/instagram-unfollow-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Unfollow Batch

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

About

Unfollow Instagram accounts that do not follow you easily.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages