Find out who doesn’t follow you back on GitHub! GitGhost is a powerful GitHub unfollowers tracking tool that helps you identify users you follow but who don’t follow you back.
- Find non-followers – See who isn’t following you back
 - Uses GitHub API – Fast & reliable data fetching
 - Save Results – Option to save unfollowers list to a file
 - Easy to Use – Just run, enter your username, and get results!
 
Clone the repository and navigate to the project folder:
git clone https://github.com/s-r-e-e-r-a-j/GitGhost.gitcd GitGhostMake sure you have Python installed along with the following dependencies:
- 
requests
install it by
 
pip3 install requestsRun the script:
python3 gitghost.pyGitGhost requires a GitHub personal access token (PAT) to authenticate API requests. Follow these steps to generate one:
Go to the GitHub Personal Access Tokens page:
- Click "Generate new token (classic)".
 - In the "Note" field, enter a description (e.g., GitGhost Token).
 
- Under "Select scopes", check the box for:
✅read:user– Required to fetch your followers and following lists. 
- Scroll down and click "Generate token".
 - Copy the token and store it securely (you won’t see it again).
 
- When prompted by GitGhost, paste your token to authenticate.
 
- Never share your GitHub token with anyone.
 - If your token is compromised, revoke it immediately and generate a new one.
 - GitHub tokens expire based on the duration you set, so renew it if needed.
 
This guide ensures you have a valid GitHub token to use with GitGhost.
- 1️⃣ Prompts for your GitHub username
 - 2️⃣ Asks for your GitHub token
 - 3️⃣ Fetches your followers and following lists
 - 4️⃣ Shows users you follow who don’t follow you back
 - 5️⃣ Lets you save the results to a file
 
This project is licensed under the MIT License.
