Skip to content

chl03ks/insta-unfollower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insta Unfollower

An Instagram script, allowing you to automatically unfollow accounts you are following but that doesn't follow you back. Without using the Instagram API.

Installation

With Docker

docker pull tuxity/insta-unfollower:latest
docker run -d --env USERNAME=myusername --env PASSWORD=mypassword tuxity/insta-unfollower:latest

Without Docker

USERNAME=myusername PASSWORD=mypassword python3 insta-unfollower.py

Roadmap

  • Username whitelist.
  • Better flow for calculating time between requests to avoid ban.

About

An Instagram script to unfollow accounts you are following and that doesn't follow you back.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.4%
  • Dockerfile 3.6%