https://github.com/ismailhakkii/github_stalker
GitHub Stalker
https://github.com/ismailhakkii/github_stalker
analysis beautifulsoup follower-tracker github-follower-unfollower-tracker python stalker
Last synced: 7 months ago
JSON representation
GitHub Stalker
- Host: GitHub
- URL: https://github.com/ismailhakkii/github_stalker
- Owner: ismailhakkii
- Created: 2025-03-24T22:09:24.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-24T22:15:48.000Z (10 months ago)
- Last Synced: 2025-03-24T23:23:37.847Z (10 months ago)
- Topics: analysis, beautifulsoup, follower-tracker, github-follower-unfollower-tracker, python, stalker
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Follower Analyzer
A tool for analyzing GitHub follow relationships without requiring API access.
## Features
* Lists followers and following users
* Identifies users not following you back
* Identifies users you don't follow back
* Identifies mutual follows
* Exports results to CSV/Excel
## Requirements
```
pip install requests beautifulsoup4 pandas
```
## Usage
```
python github_follower_analyzer.py
```
Enter your GitHub username when prompted and view the analysis results. Option to save results as CSV/Excel is available.
## Notes
* May require updates if GitHub's page structure changes
* Excessive usage may lead to temporary IP restrictions by GitHub
## Purpose
This tool simplifies the process of identifying discrepancies in GitHub follow relationships, eliminating the need for manual checking.