pepabo/furik、laghk/footprintを参考にGihubuの活動をMarkdown出力するツールをRustで作ってみた。
日報に貼り付けて日々の振り返りに使いたい。
実行すると以下の形式でGithubでの活動が出力される。
meganehouser/furikrs
- [Issue #1] Markdown出力の改善
- opened
- closed
- Comment created: 実装したのでClose
- [PR #4] Improve activity structure and markdown output
- opened
- closed
- [Issue #2] Github APIにて複数ページ取得
- opened
- [Issue #3] PullRequestEventも取得する
- opened
GithubのRest APIでEventsを取得してmarkdownに整形して出力しているだけ。
- IssuesEvent
- IssueCommentEvent
- PullRequestEvent
- PullRequestReviewCommentEvent
- CommitCommentEvent