{"id":23091492,"url":"https://github.com/aegisfleet/github-trending-to-bluesky","last_synced_at":"2025-04-30T22:49:27.634Z","repository":{"id":196629983,"uuid":"696636084","full_name":"aegisfleet/github-trending-to-bluesky","owner":"aegisfleet","description":"Post GitHub Trending content in Japanese to Bluesky.","archived":false,"fork":false,"pushed_at":"2025-04-18T11:56:31.000Z","size":2327,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T22:49:23.440Z","etag":null,"topics":["bluesky","github-trending"],"latest_commit_sha":null,"homepage":"https://bsky.app/profile/dailygithubtrends.bsky.social","language":"Python","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/aegisfleet.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}},"created_at":"2023-09-26T06:31:51.000Z","updated_at":"2025-04-18T11:56:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a3310fc-7571-4bd1-ac78-d4d786db07f7","html_url":"https://github.com/aegisfleet/github-trending-to-bluesky","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.03125,"last_synced_commit":"bd2dbec65d0b3ec094f0aa02e499d6d6674e7b41"},"previous_names":["aegisfleet/test"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aegisfleet%2Fgithub-trending-to-bluesky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aegisfleet%2Fgithub-trending-to-bluesky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aegisfleet%2Fgithub-trending-to-bluesky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aegisfleet%2Fgithub-trending-to-bluesky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aegisfleet","download_url":"https://codeload.github.com/aegisfleet/github-trending-to-bluesky/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251795387,"owners_count":21645019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bluesky","github-trending"],"created_at":"2024-12-16T21:18:28.471Z","updated_at":"2025-04-30T22:49:27.614Z","avatar_url":"https://github.com/aegisfleet.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Trending to Bluesky\n\nGitHub Trending to Blueskyは、[GitHubのトレンド](https://github.com/trending)にある最も人気のあるリポジトリの内容を要約し、Blueskyに投稿するPython製のアプリケーションです。  \nこのアプリケーションは、技術トレンドに迅速に反応し、Blueskyのフォロワーに価値ある情報を提供することを目的としています。\n\n## 機能\n\n- GitHubトレンドの最上位リポジトリを自動検出\n- リポジトリの内容を要約\n- 要約をBlueskyに自動投稿\n\nこのリポジトリで実行された結果はBlueskyの [デイリーGitHubトレンド](https://bsky.app/profile/dailygithubtrends.bsky.social) に投稿されます。\n\n## インストール方法\n\nこのプロジェクトをローカル環境で動かすには、次の手順を実行してください。\n\n```bash\ngit clone https://github.com/aegisfleet/github-trending-to-bluesky.git\ncd github-trending-to-bluesky\npip install -r requirements.txt\n```\n\n## 使用方法\n\nアプリケーションを実行するには、以下のコマンドを使用します。\n\n```text\npython main.py \u003cBlueSkyのユーザーハンドル\u003e \u003cBlueSkyのパスワード\u003e \u003cGeminiのAPIキー\u003e\n```\n\nプログラムは、GitHubのトレンドから最も人気のあるリポジトリを検出し、その内容を要約してBlueskyに投稿します。  \nコマンドライン引数としてBlueskyのユーザーハンドルとパスワードが必要です。\n\n## 技術要素\n\nこのアプリケーションは以下の技術を使用しています。\n\n- Python: メインのプログラミング言語\n- beautifulsoup4: HTMLの解析\n- requests: HTTPリクエスト\n- google-generativeai: Gemini\n- atproto: BlueskyのAPIクライアント\n\nまた、開発には以下を使用しています。\n\n- [Gemini](https://ai.google.dev/gemini-api?hl=ja): Googleの生成AI API\n- [リートン](https://wrtn.jp/): コード生成やテキスト生成に利用しているAIサービス\n- [AWS CodeWhisperer](https://aws.amazon.com/jp/codewhisperer/): コード生成に使用しているAIツール\n\n## 関連記事\n\n- [Webスクレイピング×生成AI×SNSで新しい価値が生まれる？すべて無料でBOTを作った話](https://note.com/aegisfleet/n/nc8362f717cd9)\n\n## 関連BOT\n\n| カテゴリ | 名称 | 投稿時間 |\n|---|---|---|\n| リポジトリの内容を要約 | [デイリーGitHubトレンド](https://bsky.app/profile/dailygithubtrends.bsky.social) | 毎日20時 |\n| リポジトリの内容を要約 | [デイリーHuggingFaceトレンド](https://bsky.app/profile/huggingfacetrends.bsky.social) | 毎日19時 |\n| 記事の内容を要約 | [デイリーQiitaトレンド](https://bsky.app/profile/dailyqiitatrends.bsky.social) | 毎日7時 |\n| 記事の内容を要約 | [デイリーZennトレンド](https://bsky.app/profile/dailyzenntrends.bsky.social) | 毎日6時/18時 |\n| 記事の内容を要約 | [デイリーAIトレンド](https://bsky.app/profile/dailygenaitrends.bsky.social) | 毎日13時/16時 |\n| 指標値のまとめと記事の要約 | [デイリーマーケットトレンド](https://bsky.app/profile/dailymarkettrends.bsky.social) | 6時/12時/15時/20時 |\n\n## マスコット\n\nリートンで生成したマスコット画像。  \n名前はまだ無い。\n\n\u003cimg src=\"images\\mascot.png\" width=\"50%\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faegisfleet%2Fgithub-trending-to-bluesky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faegisfleet%2Fgithub-trending-to-bluesky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faegisfleet%2Fgithub-trending-to-bluesky/lists"}