https://github.com/beiyuouo/github-events
📦 GitHub Events Archive and Auto Generate Daily, Monthly and Annual Report
https://github.com/beiyuouo/github-events
annual-report github-actions github-events monthly-reporting
Last synced: 8 months ago
JSON representation
📦 GitHub Events Archive and Auto Generate Daily, Monthly and Annual Report
- Host: GitHub
- URL: https://github.com/beiyuouo/github-events
- Owner: beiyuouo
- License: apache-2.0
- Created: 2022-08-12T08:29:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T12:14:10.000Z (8 months ago)
- Last Synced: 2025-04-19T17:26:04.266Z (8 months ago)
- Topics: annual-report, github-actions, github-events, monthly-reporting
- Language: Python
- Homepage: https://www.bj-yan.top/github-events
- Size: 764 KB
- Stars: 3
- Watchers: 1
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-events
First, run the clear command manually by `cd src && python main.py clear`, or trigger the claer action in `GitHub Actions` or manually clear the database directory.
Note: Cause the GitHub API has limits of authentication, so you need to set the `AUTH_TOKEN` in `GitHub Secrets` to run the action.
Note: You'd better start caching your GitHub events as early as possible in the year, because there is a limit on the number of GitHub event query entries.
Note: If you are not using the time zone of `Asia/Shanghai`, you need to manually modify the `TIME_ZONE` in the action files.