Skip to content

A fast Python tool to check which GitHub users you follow don't follow you back, with optional export and terminal visuals.

License

Notifications You must be signed in to change notification settings

marichu-kt/GitHub-Unfollowed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ™ GitHub Follower Tracker

Banner

GitHub Follower Tracker is a fast and interactive Python tool that checks which GitHub users you follow that don’t follow you back. It features animated terminal spinners, optional export to TXT/CSV, parallel requests for speed, and colorful CLI output. Ideal for managing your GitHub social connections in style.


πŸš€ Features

  • Identify users who don’t follow you back
  • Export results to .txt and/or .csv
  • Parallel data fetching for performance
  • ASCII GitHub logo and spinner animations
  • Environment-based secure configuration

βš™οΈ Configuration

To run the script, you must create and configure a .env.local file in the root of the project with the following content:

GITHUB_USERNAME=XXXXXXXXXXXXXXXXXXX
GITHUB_TOKEN=XXXXXXXXXXXXXXXXXXX

Replace XXXXXXXXXXXXXXXXXXX with:


πŸ“ Output Files

  • not_following_back.txt: Plain list with GitHub usernames and profile URLs
  • not_following_back.csv: Detailed list including name, bio, followers, etc.

πŸ“œ License

This project is licensed under the MIT License β€” free to use, modify, and distribute.

About

A fast Python tool to check which GitHub users you follow don't follow you back, with optional export and terminal visuals.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages