Kmfernan5 / insta-unfollower

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 97.0%Language:Dockerfile 3.0%