{"id":34182972,"url":"https://github.com/kumackey/profile-updater","last_synced_at":"2026-04-05T18:33:03.456Z","repository":{"id":39669176,"uuid":"452230518","full_name":"kumackey/profile-updater","owner":"kumackey","description":"The action updates your readme with Zenn or Qiita articles, etc.","archived":false,"fork":false,"pushed_at":"2025-09-08T23:38:17.000Z","size":1575,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-01T01:07:52.387Z","etag":null,"topics":["actions","github-actions","profile","readme","readme-profile"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kumackey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-26T10:22:45.000Z","updated_at":"2025-09-08T23:38:14.000Z","dependencies_parsed_at":"2024-06-19T14:37:24.647Z","dependency_job_id":"182172a2-a810-4bc5-8f46-9226c7bd4364","html_url":"https://github.com/kumackey/profile-updater","commit_stats":{"total_commits":81,"total_committers":2,"mean_commits":40.5,"dds":"0.024691358024691357","last_synced_commit":"6b3273a5e2f00289eda0c3fc12edabf0cbbee313"},"previous_names":["kumackey/qiita-profile"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/kumackey/profile-updater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumackey%2Fprofile-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumackey%2Fprofile-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumackey%2Fprofile-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumackey%2Fprofile-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kumackey","download_url":"https://codeload.github.com/kumackey/profile-updater/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kumackey%2Fprofile-updater/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31446526,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T15:22:31.103Z","status":"ssl_error","status_checked_at":"2026-04-05T15:22:00.205Z","response_time":75,"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":["actions","github-actions","profile","readme","readme-profile"],"created_at":"2025-12-15T14:20:44.808Z","updated_at":"2026-04-05T18:33:03.438Z","avatar_url":"https://github.com/kumackey.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Profile Updater\n\nZennやQiitaの記事、connpassのイベントのリストを取得し、Githubのプロフィールを更新します。\n\n# 結果例\n\n![](./res/readme_output.png)\n![](./res/readme_result.png)\n\n# Get Started\n\n以下参照。分かりにくいところあったら是非フィードバックください🙏\n\nhttps://github.com/kumackey/profile-updater/blob/main/docs/README.md\n\n# How to use\n\n## withのパラメータ\n\n| パラメータ名                | 必須か | 説明                                   |\n|-----------------------|-----|--------------------------------------|\n| `qiita_user_id`       | NO  | QiitaのユーザID                          |\n| `qiita_max_articles`  | NO  | Qiitaの表示したい最大記事数。デフォルトは5             |\n| `zenn_user_id`        | NO  | ZennのユーザID                           |\n| `zenn_max_articles`   | NO  | Zennの表示したい最大記事数。デフォルトは5              |\n\n## qiita\n\nwithのパラメータとして`qiita_user_id`を指定してください。 その上で、README.md内に以下記述を追加してください。\n\n```text:README.md\n\u003c!-- profile updater begin: qiita --\u003e\n\u003c!-- profile updater end: qiita --\u003e\n```\n\n## zenn\n\nwithのパラメータとして`zenn_user_id`を指定してください。 その上で、README.md内に以下記述を追加してください。\n\n```text:README.md\n\u003c!-- profile updater begin: zenn --\u003e\n\u003c!-- profile updater end: zenn --\u003e\n```\n\n## connpass\n\n\u003cB\u003eイベントサーチAPIの無料提供が廃止されるため、2024年5月23日(木)以降にconnpassのサポートを終了しました。\u003c/B\u003e\n\n## 定期更新の仕方(おすすめ)\n\nGithub Actionsではcron式でのアクション実行に対応しているので、以下のように書くことで1日1回のプロフィール更新をさせることができます。\n\n```\non:\n  schedule:\n    - cron: '0 0 * * *'\n  workflow_dispatch:\n```\n\n## replace statement not found って言われるんやけど\n\nREADME.md内に`\u003c!-- profile updater begin: ...`の記述がないと起こります。 各説明を参考に、`README.md`に追記してください。\n\n## この機能くれ！\n\nissueかプルリクエストかSNSでのメッセージをお待ちしてます。\n\n## おい、バグってんぞ！\n\nissueかプルリクエストかSNSでのメッセージをお待ちしてます。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumackey%2Fprofile-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkumackey%2Fprofile-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumackey%2Fprofile-updater/lists"}