Ecosyste.ms: Awesome
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: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/python-instagram-get-follows
- Owner: EmrD
- Created: 2024-09-08T17:51:50.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T17:58:07.000Z (2 months ago)
- Last Synced: 2024-09-08T20:33:38.775Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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