Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuxity/insta-unfollower
An Instagram script to unfollow accounts who doesn't follow-you-back
https://github.com/tuxity/insta-unfollower
instagram instagram-bot python script unfollow
Last synced: 2 days ago
JSON representation
An Instagram script to unfollow accounts who doesn't follow-you-back
- Host: GitHub
- URL: https://github.com/tuxity/insta-unfollower
- Owner: tuxity
- License: mit
- Created: 2017-07-09T23:13:02.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T00:04:19.000Z (6 months ago)
- Last Synced: 2025-01-24T02:10:05.412Z (9 days ago)
- Topics: instagram, instagram-bot, python, script, unfollow
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 387
- Watchers: 29
- Forks: 87
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 DockerClone 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