WhoUnfollowedMe is a simple yet powerful GitHub follower tracker that helps you monitor and analyze changes in your GitHub account followers. This application allows you to easily identify new followers, detect unfollowers, and track your follower trends over time.
- Check current followers of any GitHub account
- Detect new and lost followers between checks
- Save follower history for long-term analysis
- Compare follower data between any two points in time
- Export/import data for backup or transfer to other devices
- Filter and export data by time range (24 hours, 7 days, 30 days, or custom)
- Support for Personal Access Token for accounts with many followers
- Enter a GitHub username in the search box
- (Optional) Enable "Use GitHub Token" for accounts with many followers
- Select "Update new data from GitHub" to fetch fresh data, or "Use saved data only" to view existing data
- Click "Check" to display results
- All tab: Shows all current followers
- New tab: Displays users who started following since the last check
- Lost tab: Shows users who unfollowed since the last check
- History tab: View and manage your follower history
- Go to the "History" tab
- Select two time points from the history list to compare
- Click the "Compare" button to see the changes
- Export: Click "Export Data" and choose a time range (all, 24 hours, 7 days, 30 days, or custom)
- Import: Click "Import Data" and select a previously exported .json file
The application uses the GitHub API to fetch the follower list of an account. Data is stored locally in your browser (localStorage), allowing tracking of changes over time. No GitHub login is required, though using a Personal Access Token is recommended to avoid API rate limits and access data for accounts with many followers.
Since this is a pure web application (HTML/CSS/JavaScript), you can:
- Download the repository
- Open the
index.html
file in your browser
You can deploy this application to any static hosting service:
- GitHub Pages
- Netlify
- Vercel
- Firebase
- Built with pure HTML, CSS, and JavaScript
- Uses Bootstrap 5 for responsive UI
- Font Awesome for icons
- GitHub REST API for follower data
- Local storage for data persistence
- No server-side code required
- All data is stored locally in your browser
- GitHub tokens are only used for API authentication and never transmitted elsewhere
- The application does not track or collect any user information
MIT