Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
I

insta-unfollower

> 编程语言
Open source

An Instagram script to unfollow accounts who doesn't follow-you-back

395 stars0 likes0 views
WebsiteGitHub

About

An Instagram script to unfollow accounts who 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

Clone repository, cd into directory then run:

docker build -t tuxity/insta-unfollower .
docker run -d -v $(pwd)/cache:/usr/src/insta-unfollower/cache --env INSTA_USERNAME=myusername --env INSTA_PASSWORD=mypassword tuxity/insta-unfollower
  • Without Docker
INSTA_USERNAME=myusername INSTA_PASSWORD=mypassword python3 insta-unfollower.py

Or

python3 insta-unfollower.py USERNAME PASSWORD

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

Issues· 3 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Pythoninstagraminstagram-botpythonscript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言