Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```