Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jaseva
/
GithubFollowerChecker
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
8
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Implement comprehensive follower stats tracking and dashboard features
- #10
#10
Merged
jaseva
merged 27 commits into
main
jaseva/GithubFollowerChecker:main
from
shadcn
jaseva/GithubFollowerChecker:shadcn
Copy head branch name to clipboard
Apr 23, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
Implement comprehensive follower stats tracking and dashboard features
#10
jaseva
merged 27 commits into
main
jaseva/GithubFollowerChecker:main
from
shadcn
jaseva/GithubFollowerChecker:shadcn
Copy head branch name to clipboard
Commits
Commits on May 3, 2025
Skeleton the project tree
Show description for 57f2b66
jaseva
committed
57f2b66
View commit details
Copy full SHA for 57f2b66
Browse repository at this point
feat(ui): scaffold Next.js app with Tailwind and Shadcn UI
Show description for f93dc27
jaseva
committed
f93dc27
View commit details
Copy full SHA for f93dc27
Browse repository at this point
feat: add real follower stats endpoint, scheduler, and dashboard card
Show description for ace7b02
jaseva
committed
ace7b02
View commit details
Copy full SHA for ace7b02
Browse repository at this point
feat(api): add /stats/followers endpoint returning real follower stats
jaseva
committed
19a0a43
View commit details
Copy full SHA for 19a0a43
Browse repository at this point
feat(scheduler): schedule hourly GitHub polling job
jaseva
committed
db82df2
View commit details
Copy full SHA for db82df2
Browse repository at this point
feat: wire up follower‐stats API and frontend snapshot card
Show description for 386caea
jaseva
committed
386caea
View commit details
Copy full SHA for 386caea
Browse repository at this point
Implement end-to-end follower stats tracking
Show description for 2aebfd6
jaseva
committed
2aebfd6
View commit details
Copy full SHA for 2aebfd6
Browse repository at this point
feat: add interactive growth chart & KPI cards
Show description for b886951
jaseva
committed
b886951
View commit details
Copy full SHA for b886951
Browse repository at this point
feat: add new/lost follower lists to dashboard, Add change-history and trends endpoints
Show description for ee368aa
jaseva
committed
ee368aa
View commit details
Copy full SHA for ee368aa
Browse repository at this point
Use GitHub API for true total follower count
Show description for bc9d0a2
jaseva
committed
bc9d0a2
View commit details
Copy full SHA for bc9d0a2
Browse repository at this point
Enable CORS for frontend
Show description for 1e939d7
jaseva
committed
1e939d7
View commit details
Copy full SHA for 1e939d7
Browse repository at this point
Add new & lost follower history endpoints and enable CORS
Show description for 05d28e9
jaseva
committed
05d28e9
View commit details
Copy full SHA for 05d28e9
Browse repository at this point
Import Stats, Trends, Change in tracker.py to fix NameError
Show description for fe32e89
jaseva
committed
fe32e89
View commit details
Copy full SHA for fe32e89
Browse repository at this point
Commits on Apr 23, 2026
Add analytics, tracker updates and follow bot
Show description for bb911a3
jaseva
committed
bb911a3
View commit details
Copy full SHA for bb911a3
Browse repository at this point
Return Pydantic models from stats API
Show description for f86824b
jaseva
committed
f86824b
View commit details
Copy full SHA for f86824b
Browse repository at this point
Add GitHub profile endpoint and UI updates
Show description for 29aa0c8
jaseva
committed
29aa0c8
View commit details
Copy full SHA for 29aa0c8
Browse repository at this point
Improve README, add screenshot, tweak backend
Show description for 54d02a4
jaseva
committed
54d02a4
View commit details
Copy full SHA for 54d02a4
Browse repository at this point
Add desktop screenshots and docs
Show description for 636b93c
jaseva
committed
636b93c
View commit details
Copy full SHA for 636b93c
Browse repository at this point
List desktop screenshot filenames in README
Show description for c59d825
jaseva
committed
c59d825
View commit details
Copy full SHA for c59d825
Browse repository at this point
Revamp README with badges, docs, and guides
Show description for 58e88a1
jaseva
committed
58e88a1
View commit details
Copy full SHA for 58e88a1
Browse repository at this point
Add desktop screenshots gallery to README
Show description for 9ddc06c
jaseva
committed
9ddc06c
View commit details
Copy full SHA for 9ddc06c
Browse repository at this point
Archive legacy scripts and update config
Show description for c6d6544
jaseva
committed
c6d6544
View commit details
Copy full SHA for c6d6544
Browse repository at this point
Add dashboard API and revamp tracker/models
Show description for bd18d1f
jaseva
committed
bd18d1f
View commit details
Copy full SHA for bd18d1f
Browse repository at this point
Enhance tracker DB safety and API error handling
Show description for 0878a05
jaseva
committed
0878a05
View commit details
Copy full SHA for 0878a05
Browse repository at this point
Update backend/app/services/tracker.py
Show description for 8cb6fda
jaseva
and
Copilot
authored
8cb6fda
View commit details
Copy full SHA for 8cb6fda
Browse repository at this point
fix: commit SQLite user_cache writes when refresh=True in get_dashboard_data
Show description for 215e7d5
Copilot
and
jaseva
authored
215e7d5
View commit details
Copy full SHA for 215e7d5
Browse repository at this point
refactor: move load_dotenv to initialize_tracker_db and document _SYNC_LOCK limitation
Show description for 076dcb4
Copilot
and
jaseva
authored
076dcb4
View commit details
Copy full SHA for 076dcb4
Browse repository at this point
You can’t perform that action at this time.