{"id":22305061,"url":"https://github.com/penguincabinet/yominon","last_synced_at":"2026-02-16T14:36:01.139Z","repository":{"id":109493344,"uuid":"341270025","full_name":"PenguinCabinet/yominon","owner":"PenguinCabinet","description":"The OSS speaking bot for Discord.","archived":false,"fork":false,"pushed_at":"2025-11-20T04:57:44.000Z","size":42,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-20T06:20:01.265Z","etag":null,"topics":["bot","discord-bot","javascript","nodejs","voice"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/PenguinCabinet.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":"2021-02-22T16:49:22.000Z","updated_at":"2025-11-20T04:57:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"a649e8cd-6daf-4b87-a095-5a620105a62b","html_url":"https://github.com/PenguinCabinet/yominon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PenguinCabinet/yominon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PenguinCabinet%2Fyominon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PenguinCabinet%2Fyominon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PenguinCabinet%2Fyominon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PenguinCabinet%2Fyominon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PenguinCabinet","download_url":"https://codeload.github.com/PenguinCabinet/yominon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PenguinCabinet%2Fyominon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: 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":["bot","discord-bot","javascript","nodejs","voice"],"created_at":"2024-12-03T19:09:54.413Z","updated_at":"2026-02-16T14:36:01.133Z","avatar_url":"https://github.com/PenguinCabinet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[English README](./README_en.md)\n# よみのん\nよみのんはOSSのDiscord読み上げBotです\n\n\n# 特徴\n* よみのんはオンプレミス環境で動作しOSSです\n* よみのんはDockerを利用しているため、簡単にデプロイできます\n* よみのんはクラウドサービスを利用していません\n* よみのんはラズパイ上で動作することができます(ARMv6はサポートしていません)\n\n# Quick strat\n\n## よみのんの構築(推奨方法)\n\n```bash\ngit clone https://github.com/PenguinCabinet/yominon\ncd yominon\nvim docker-compose-example.yml \n# docker-compose-example.ymlの環境変数のBOT_KEYに開発者ページで作成したDiscord BotのKeyを入力してください\n#もしくはホストOS上で\"export yominon_BOT_KEY=\u003cyour discord bot key\u003e\"を実行します\ndocker-compose -f docker-compose-example.yml up -d\n```\n\n## よみのんの構築(ほかのやりかた)\n\n自前でビルドするため、時間がかかります\n\n```bash\ngit clone https://github.com/PenguinCabinet/yominon\ncd yominon\nvim docker-compose.yml \n# docker-compose.ymlの環境変数のBOT_KEYに開発者ページで作成したDiscord BotのKeyを入力してください\n#もしくはホストOS上で\"export yominon_BOT_KEY=\u003cyour discord bot key\u003e\"を実行します\ndocker-compose up -d\n```\n\n## Botの作成\n\n[Discordの開発者ページ](http://discord.com/developers/)にアクセスしてBotを作成したのち、よみのんに適切な権限を与えてください\n```\nよみのんに必要な権限\n* メッセージを読む\n* メッセージの履歴を読む\n* ボイスチャンネルへの接続\n* 発言\n```\n\n#  使い方\n\n1. あなたがボイスチャンネルに接続します\n2. よみのんが読むことのできる適切なテキストチャンネルに\".join\"と入力します\n3. よみのんがあなたと同じボイスチャンネルに参加します\n4. よみのんが読むことのできるテキストチャンネルで書き込まれたテキストを読み上げます\n5. よみのんを退出させたい場合、\".bye\"と入力します\n\n\n# よみのんに使用しているソフトウェア\n\n```\nopen jtalk\nmmdagent\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpenguincabinet%2Fyominon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpenguincabinet%2Fyominon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpenguincabinet%2Fyominon/lists"}