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

https://github.com/emrd/python-instagram-get-follows


https://github.com/emrd/python-instagram-get-follows

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# Instagram Follow List

## Description

Instagram Follow List is a simple Python application that allows you to fetch an Instagram user's followers and following lists. It also identifies users you follow who do not follow you back and adds them to the "Non Followers" list. The application uses `customtkinter` for the user interface.

__Note: This is a personal project created for educational purposes. It is intended for individual use only and is not affiliated with or endorsed by Instagram.__

## Features

- List followers and following
- Find users you follow who don't follow you back
- Update data with a button
- Visual interface using customtkinter

## Requirements

- Python 3.x
- `customtkinter` library
- `requests` library