GitHunt
CC

CCR-bhurtel/insta-unfollower

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

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.

Languages

Python100.0%

Contributors

MIT License
Created February 14, 2022
Updated March 6, 2023
CCR-bhurtel/insta-unfollower | GitHunt