Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:52:40.000Z (3 months ago)
- Last Synced: 2024-10-29T15:20:05.658Z (3 months ago)
- Topics: annual-report, github-actions, github-events, monthly-reporting
- Language: Python
- Homepage: https://www.bj-yan.top/github-events
- Size: 790 KB
- Stars: 2
- Watchers: 2
- 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.