Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammarxz/05-instagram-unfollower
An Python script to unfollow accounts you are following and that doesn't follow you back.
https://github.com/sammarxz/05-instagram-unfollower
instagram instagram-api python script unfollow unfollowers
Last synced: about 1 month ago
JSON representation
An Python script to unfollow accounts you are following and that doesn't follow you back.
- Host: GitHub
- URL: https://github.com/sammarxz/05-instagram-unfollower
- Owner: sammarxz
- Created: 2020-06-18T13:41:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:39:32.000Z (over 1 year ago)
- Last Synced: 2024-11-29T18:31:09.664Z (about 1 month ago)
- Topics: instagram, instagram-api, python, script, unfollow, unfollowers
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 05-instagram-unfollower
Fifth day and again with python <3. This time a simple script that will stop following people who don't follow you back. I'm using the [Unofficial instagram API](https://github.com/instagrambot/api) to not re-invent the wheel.## How to use
```
$ pip install -r requirements.txt
$ export INSTAGRAM_USERNAME='yourusername'
$ export INSTAGRAM_PASSWORD='yourpassword'
$ python app.py
```