Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 2.42 KB

README_zh-CN.md

File metadata and controls

69 lines (42 loc) · 2.42 KB
logo

统计 2024 年你在 GitHub 上的活动.

English | 简体中文

Deploy state Server Status

GitHub issues GitHub pull requests GitHub license

👉 立即体验: https://2024.ch3nyang.top

示例

example

使用方法

  1. 访问 https://2024.ch3nyang.top

  2. 点击 Sign in with GitHub 按钮,授权登录。

  3. 选择你所在的时区,然后点击 Generate 按钮,稍等几秒,即可查看 2024 年你在 GitHub 上的活动。

本地运行

Important

受到 datetime 库特性影响,本项目需要 Python-3.12 及以上版本。

  1. 克隆仓库:

    git clone https://github.com/WCY-dt/my-github-2024.git
    cd my-github-2024
  2. 创建 Github OAuth App:

    访问 GitHub Developer Settings 创建一个新的 OAuth App。其中,Homepage URLAuthorization callback URL 分别填写 http://127.0.0.1:5000http://127.0.0.1:5000/callback

    获取 Client IDClient Secret

  3. 在项目根目录下配置环境变量 .env 文件内容形如:

    CLIENT_ID=your_client_id
    CLIENT_SECRET=your_client_secret
  4. 安装依赖:

    pip3 install -r requirements.txt
  5. 运行:

    python3 my-github-2024.py
  6. 访问 http://127.0.0.1:5000 即可查看效果。

统计

Star History Chart