Skip to content

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

License

Notifications You must be signed in to change notification settings

MovieTone/insta-unfollower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 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 -v $(pwd)/cache:/usr/src/insta-unfollower/cache --env INSTA_USERNAME=myusername --env INSTA_PASSWORD=mypassword tuxity/insta-unfollower:latest

Without Docker

INSTA_USERNAME=myusername INSTA_PASSWORD=mypassword python3 insta-unfollower.py

Roadmap

  • Username whitelist.
  • Better flow for calculating time between requests to avoid ban.
  • Avoid re-log on instagram everytime when we run the script done
  • Keep followers and following lists in cache to speedup execution done

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

No packages published

Languages

  • Python 97.0%
  • Dockerfile 3.0%