AI SummaryMy GitHub 2025 is a web application that generates beautiful statistics and visualizations of user activities on GitHub for any given year (2008-2025). The application uses Flask (Python 3.12+), GitHub OAuth for authentication, and GitHub's GraphQL/REST APIs to fetch and analyze user activity data.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "my-github-2025 — Copilot Instructions" prompt rules to my project. Repository: https://github.com/WCY-dt/my-github-2025 Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Statistics of your activities on GitHub in 2025. 统计2025年你在GitHub上的活动.
Project Overview
My GitHub 2025 is a web application that generates beautiful statistics and visualizations of user activities on GitHub for any given year (2008-2025). The application uses Flask (Python 3.12+), GitHub OAuth for authentication, and GitHub's GraphQL/REST APIs to fetch and analyze user activity data.
Examples
` feat(github): add support for organization statistics fix(auth): resolve OAuth callback redirect issue docs(readme): update Python version requirement refactor(data): extract commit analysis to separate function perf(api): optimize GraphQL query to reduce API calls chore(deps): update Flask to version 3.0 `
Project Structure
` /config - Configuration files (app settings, constants) /models - SQLAlchemy database models /routes - Flask blueprints (auth, main, api) /services - Business logic (GitHub API, data processing, database) /utils - Helper functions (context builders, error handlers, logging) /templates - Jinja2 HTML templates /static - Static assets (CSS, JavaScript, images) `
Backend
• Framework: Flask (Python 3.12+) • Database: SQLAlchemy with SQLite • Authentication: GitHub OAuth 2.0 • APIs: GitHub REST API and GraphQL API • HTTP Client: requests library with tenacity for retries • Time Handling: pytz for timezone support • Environment: python-dotenv for configuration
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts