{"id":32027350,"url":"https://github.com/rinapen/discord.3gx","last_synced_at":"2026-02-17T21:01:12.556Z","repository":{"id":215030617,"uuid":"737910409","full_name":"rinapen/discord.3gx","owner":"rinapen","description":"3DS上で動作するチートプラグインのソースコードをぶち込むとDiscord上でビルドしてくれるボットのソースコード。","archived":false,"fork":false,"pushed_at":"2025-09-12T02:39:18.000Z","size":24,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T16:36:56.547Z","etag":null,"topics":["3ds","3ds-homebrew","3gx","discord","discord-bot","discord-js"],"latest_commit_sha":null,"homepage":"https://devkitpro.org","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/rinapen.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":"2024-01-01T23:41:57.000Z","updated_at":"2025-10-08T08:06:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"42233f10-6bbc-4880-8511-cd4b5aafae8e","html_url":"https://github.com/rinapen/discord.3gx","commit_stats":null,"previous_names":["hinata-sakaguchi/tcb","xbkv/discord.3gx","rinapen/discord.3gx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rinapen/discord.3gx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinapen%2Fdiscord.3gx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinapen%2Fdiscord.3gx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinapen%2Fdiscord.3gx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinapen%2Fdiscord.3gx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rinapen","download_url":"https://codeload.github.com/rinapen/discord.3gx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinapen%2Fdiscord.3gx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29558100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T20:52:40.164Z","status":"ssl_error","status_checked_at":"2026-02-17T20:48:10.325Z","response_time":100,"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":["3ds","3ds-homebrew","3gx","discord","discord-bot","discord-js"],"created_at":"2025-10-16T15:27:58.067Z","updated_at":"2026-02-17T21:01:12.548Z","avatar_url":"https://github.com/rinapen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## discord.3gx\n\n3DS(懐かしい)のチートプラグイン、CTRPF(CTRPluguinFramework)のソースコードをDiscordサーバー上にアップロードすると、3DSプラグインファイル(.3gx)にビルドしてくれるDiscordボットのソースコード。\n\n## いいところ\n- ビルドリクエストごとに自動でプライベートチャンネルを作成する！(便利)\n- 3DSプラグインのソースコードを含むZIPファイルのアップロードに対応 (楽ちん！)\n- コードをコンパイルし、成功時に .3gx ファイルを返却 (ビルドしてアップロード)\n\n## 環境\n- **Node.js** (v16かそれより上を推奨)\n- **Discord.js v14**\n- **Discord Botのトークン**\n- **devkitPro**: 3DSのチートプラグインをコンパイルするために必要だよ。 ここからインストールできるよ -\u003e [https://devkitpro.org/](https://devkitpro.org/).\n\n## 初期設定\n`.env` ファイルを作ってから下の値を自分に合わせて書きこんでください。\n\n```env\nBOT_TOKEN=your_discord_bot_token\nGUILD_ID=your_discord_server_id\nCATEGORY_ID=category_id_for_private_channels\nDEVKITPRO_PATH=path_to_your_devkitPro_directory\n```\n\n- **BOT_TOKEN:** Discordボットのトークン\n- **GUILD_ID:** DiscordサーバーのID\n- **CATEGORY_ID:** プライベートチャンネルを作成するカテゴリのID\n- **DEVKITPRO_PATH:** devkitProフォルダのパス\n\n## 使い方\n1. **ボットを起動！！！！:**\n   ```bash\n   node index.js\n   ```\n2. **Discord上で**\n   - Botが指定したチャンネルに移動\n   - `.3gx` と入力して開始。\n   - ボットが応答 `📁 Send the zip file of your 3gx source`.\n   - 3DSプラグインのソースコードを含むZIPファイルをアップロード\n3. **ビルドを待て**\n   - ボットがコードをコンパイル\n   - 完成した `.3gx` ファイルが同じチャンネルに送信される\n\n## 確認して\n- 各ユーザーは同時に1つのビルドチャンネルしか作成できないヨ。\n- ビルドチャンネルは5分間操作がなければ自動的に削除されるヨ。\n\n## 💻 Contributing\nプルリクエストは歓迎するよ！。大きな変更を加えるときは、まずIssueを立てて内容を相談してネ。\n\n## 📜 License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinapen%2Fdiscord.3gx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frinapen%2Fdiscord.3gx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinapen%2Fdiscord.3gx/lists"}