All Projects → tuxity → Insta Unfollower

tuxity / Insta Unfollower

Licence: mit
An Instagram script to unfollow accounts who don't follow-you-back

Programming Languages

python
139335 projects - #7 most used programming language
script
160 projects

Labels

Projects that are alternatives of or similar to Insta Unfollower

Instagrapi
Fast and effective Instagram Private API wrapper
Stars: ✭ 157 (-12.78%)
Mutual labels:  instagram
Sparkarshaders
Ar Studio / Ar Spark shaders.
Stars: ✭ 169 (-6.11%)
Mutual labels:  instagram
C2mstoryviewer
This repository contains a detailed sample app for displaying stories like Instagram.
Stars: ✭ 175 (-2.78%)
Mutual labels:  instagram
Instagram private api
A Python library to access Instagram's private API.
Stars: ✭ 2,273 (+1162.78%)
Mutual labels:  instagram
Swiftyinsta
Instagram Private API Swift
Stars: ✭ 165 (-8.33%)
Mutual labels:  instagram
Instaclone
Instagram clone theme for Ionic mobile apps.
Stars: ✭ 173 (-3.89%)
Mutual labels:  instagram
Gl React Instagramfilters
Instagram filters for gl-react and gl-react-native
Stars: ✭ 157 (-12.78%)
Mutual labels:  instagram
Postwill
Posting to the most popular social media from Ruby
Stars: ✭ 181 (+0.56%)
Mutual labels:  instagram
Django instagram
Photo sharing social media site built with Python/Django. Based on Instagram's design.
Stars: ✭ 165 (-8.33%)
Mutual labels:  instagram
Insta Mass Account Creator
User Friendly - Instagram Auto Account Creation Bot 🤖
Stars: ✭ 173 (-3.89%)
Mutual labels:  instagram
Filterous 2
Instagram-like photo manipulation library for Node.js and Javascript on browser
Stars: ✭ 163 (-9.44%)
Mutual labels:  instagram
Lucifer
Instagram auto followers
Stars: ✭ 161 (-10.56%)
Mutual labels:  instagram
Rxiglistkit
IGListKit with RxSwift🚀
Stars: ✭ 174 (-3.33%)
Mutual labels:  instagram
Streamwall
Display a mosaic of livestreams. Built for streaming.
Stars: ✭ 160 (-11.11%)
Mutual labels:  instagram
Instagram Crawler
Crawl instagram photos, posts and videos for download.
Stars: ✭ 178 (-1.11%)
Mutual labels:  instagram
Iglistkit
A data-driven UICollectionView framework for building fast and flexible lists.
Stars: ✭ 12,196 (+6675.56%)
Mutual labels:  instagram
Instapy
📷 Instagram Bot - Tool for automated Instagram interactions
Stars: ✭ 12,473 (+6829.44%)
Mutual labels:  instagram
Instabotai
Instagram AI bot with face detection. It works without instagram api, need only login and password.
Stars: ✭ 181 (+0.56%)
Mutual labels:  instagram
Intrinsic Image Popularity
The pytorch code of the paper "Intrinsic Image Popularity Assessment"
Stars: ✭ 179 (-0.56%)
Mutual labels:  instagram
Vue Instagram
Instagram's feed fetcher component based on Vue.js
Stars: ✭ 173 (-3.89%)
Mutual labels:  instagram

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
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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].