{"id":37153449,"url":"https://github.com/mh4gf/github-nippou","last_synced_at":"2026-01-14T18:01:24.397Z","repository":{"id":200607618,"uuid":"705420264","full_name":"MH4GF/github-nippou","owner":"MH4GF","description":"Print today's your GitHub action","archived":false,"fork":true,"pushed_at":"2023-11-02T14:19:19.000Z","size":396,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-11T04:58:34.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"masutaka/github-nippou","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MH4GF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-16T00:47:58.000Z","updated_at":"2023-11-02T14:13:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/MH4GF/github-nippou","commit_stats":null,"previous_names":["mh4gf/github-nippou"],"tags_count":55,"template":false,"template_full_name":null,"purl":"pkg:github/MH4GF/github-nippou","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MH4GF%2Fgithub-nippou","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MH4GF%2Fgithub-nippou/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MH4GF%2Fgithub-nippou/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MH4GF%2Fgithub-nippou/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MH4GF","download_url":"https://codeload.github.com/MH4GF/github-nippou/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MH4GF%2Fgithub-nippou/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28429362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-14T18:01:23.294Z","updated_at":"2026-01-14T18:01:24.389Z","avatar_url":"https://github.com/MH4GF.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-nippou\n\n[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fmasutaka%2Fgithub-nippou%2Fbadge%3Fref%3Dmaster\u0026style=flat)][github actions]\n[![License](https://img.shields.io/github/license/masutaka/github-nippou.svg?style=flat-square)][license]\n[![GoDoc](https://godoc.org/github.com/masutaka/github-nippou?status.svg)][godoc]\n\n[github actions]: https://actions-badge.atrox.dev/masutaka/github-nippou/goto?ref=master\n[license]: https://github.com/masutaka/github-nippou/blob/master/LICENSE.txt\n[godoc]: https://godoc.org/github.com/masutaka/github-nippou\n\nPrint today's your GitHub activity for issues and pull requests.\n\nThis is a helpful tool when you write a daily report in reference to\nGitHub. Nippou is a japanese word which means a daily report.\n\n## Installation\n\nGrab the latest binary from the [releases](https://github.com/masutaka/github-nippou/releases) page.\n\nOn macOS you can install or upgrade to the latest released version with Homebrew:\n\n```\n$ brew install masutaka/github-nippou/github-nippou\n$ brew upgrade github-nippou\n```\n\nIf you're interested in hacking on `github-nippou`, you can install via `go install`:\n\n```\n$ go install github.com/masutaka/github-nippou@latest\n```\n\nAlso you can use make command, it's easy to build `github-nippou`:\n\n```\n$ make deps\n$ make\n$ ./github-nippou\n```\n\n## Setup\n\n    $ github-nippou init\n\nThe initialization will be update your [Git global configuration file](https://git-scm.com/docs/git-config#Documentation/git-config.txt-XDGCONFIGHOMEgitconfig).\n\n1. Add `github-nippou.user`\n2. Add `github-nippou.token`\n3. Create Gist, and add `github-nippou.settings-gist-id` for customizing output format (optional)\n\n## Usage\n\n```\n$ github-nippou help\nPrint today's your GitHub activity for issues and pull requests\n\nUsage:\n  github-nippou [flags]\n  github-nippou [command]\n\nAvailable Commands:\n  completion    Generate the autocompletion script for the specified shell\n  help          Help about any command\n  init          Initialize github-nippou settings\n  list          Print today's your GitHub activity for issues and pull requests\n  open-settings Open settings url with web browser\n  version       Print version\n\nFlags:\n  -d, --debug               Debug mode\n  -h, --help                help for github-nippou\n  -s, --since-date string   Retrieves GitHub user_events since the date (default \"20231028\")\n  -u, --until-date string   Retrieves GitHub user_events until the date (default \"20231028\")\n\nUse \"github-nippou [command] --help\" for more information about a command.\n```\n\nYou can get your GitHub Nippou on today.\n\n```\n$ github-nippou\n\n### masutaka/github-nippou\n\n* [v3.0.0](https://github.com/masutaka/github-nippou/issues/59) by @[masutaka](https://github.com/masutaka)\n* [Enable to inject settings_gist_id instead of the settings](https://github.com/masutaka/github-nippou/pull/63) by @[masutaka](https://github.com/masutaka) **merged!**\n* [Add y/n prompt to sub command \\`init\\`](https://github.com/masutaka/github-nippou/pull/64) by @[masutaka](https://github.com/masutaka) **merged!**\n* [Add sub command \\`open-settings\\`](https://github.com/masutaka/github-nippou/pull/65) by @[masutaka](https://github.com/masutaka) **merged!**\n* [Dockerize](https://github.com/masutaka/github-nippou/pull/66) by @[masutaka](https://github.com/masutaka) **merged!**\n```\n\n## Optional: Customize Output Format\n\nCustomize the list output format as needed. Configurations are stored in a Gist.   \nRunning `github-nippou init` creates your Gist and adds its ID to `github-nippou.settings-gist-id`.\n\nView the default configuration [here](./config/settings.yml).\n\n### Available Properties\n\n#### `format.subject`\n\n| Property | Type | Description |\n| --- | --- | --- |\n| `subject` | `string` | Represents the repository name. |\n\n#### `format.line`\n\n| Property | Type | Description |\n| --- | --- | --- |\n| `user` | `string` | Displays the username of author of the issue or pull request. |\n| `title` | `string` | Displays the title of the issue or pull request. |\n| `url` | `string` | Displays the URL of the issue or pull request. |\n| `status` | `string \\| nil` | Displays the status, utilizing the format in `dictionary.status`. |\n\n#### `format.dictionary.status`\n\n| Property | Type | Description |\n| --- | --- | --- |\n| `closed` | `string` | Displays when the issue or pull request is closed. |\n| `merged` | `string` | Displays when the pull request is merged. Applicable to pull requests only. |\n\n\n## Contributing\n\n1. Fork it ( https://github.com/masutaka/github-nippou/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Maintenance\n\nIt's possible to release to GitHub using `make` command.\n\n```\n$ git checkout master\n$ git pull\n# Edit and commit lib/version.go\n$ git push origin master\n$ make dist\n$ make release\n```\n\n## External article\n\nIn Japanese\n\n[github-nippou - GitHubから日報を作成 MOONGIFT](http://www.moongift.jp/2016/06/github-nippou-github%E3%81%8B%E3%82%89%E6%97%A5%E5%A0%B1%E3%82%92%E4%BD%9C%E6%88%90/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmh4gf%2Fgithub-nippou","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmh4gf%2Fgithub-nippou","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmh4gf%2Fgithub-nippou/lists"}