{"id":22305064,"url":"https://github.com/penguincabinet/reminder_discord_bot","last_synced_at":"2026-04-10T23:55:03.921Z","repository":{"id":37430626,"uuid":"505767112","full_name":"PenguinCabinet/reminder_discord_bot","owner":"PenguinCabinet","description":"The OSS reminder bot of Discord","archived":false,"fork":false,"pushed_at":"2025-01-25T05:14:55.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T06:18:35.217Z","etag":null,"topics":["bot","discord","discord-bot","javascript","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-21T09:02:48.000Z","updated_at":"2025-01-25T05:14:58.000Z","dependencies_parsed_at":"2022-08-19T06:10:47.159Z","dependency_job_id":null,"html_url":"https://github.com/PenguinCabinet/reminder_discord_bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PenguinCabinet%2Freminder_discord_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PenguinCabinet%2Freminder_discord_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PenguinCabinet%2Freminder_discord_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PenguinCabinet%2Freminder_discord_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PenguinCabinet","download_url":"https://codeload.github.com/PenguinCabinet/reminder_discord_bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245568580,"owners_count":20636803,"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":["bot","discord","discord-bot","javascript","nodejs"],"created_at":"2024-12-03T19:09:54.617Z","updated_at":"2026-04-10T23:54:58.897Z","avatar_url":"https://github.com/PenguinCabinet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord リマインダー Bot\n「Discord リマインダー Bot」はOSSのDiscordリマインダーBotです\n\n# 稼働中のクラウド版\n準備中…\n\n# 特徴\n*  テキストだけで操作できリマインドできます\n*  Discord Botなので思いついたときにすぐリマインド設定できます\n* 「Discord リマインダー Bot」はオンプレミス環境で動作しOSSです\n* 「Discord リマインダー Bot」はDockerを利用しているため、簡単にデプロイできます\n* 「Discord リマインダー Bot」はクラウドサービスを利用していません\n* 「Discord リマインダー Bot」はラズパイ上で動作することができます(ARMv6はサポートしていません)\n\n# Quick strat\n\n## 構築方法(推奨方法)\n\n```bash\ngit clone https://github.com/PenguinCabinet/reminder_discord_bot\ncd reminder_discord_bot\nvim docker-compose-example.yml \n# docker-compose-example.ymlの環境変数のBOT_KEYに開発者ページで作成したDiscord BotのKeyを入力してください\n#もしくはホストOS上で\"export reminder_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/reminder_discord_bot\ncd reminder_discord_bot\nvim docker-compose.yml \n# docker-compose.ymlの環境変数のBOT_KEYに開発者ページで作成したDiscord BotのKeyを入力してください\n#もしくはホストOS上で\"export reminder_BOT_KEY=\u003cyour discord bot key\u003e\"を実行します\ndocker-compose up -d\n```\n\n## Botの作成\n\n[Discordの開発者ページ](http://discord.com/developers/)にアクセスしてBotを作成したのち、「Discord リマインダー Bot」に適切な権限を与えてください\n```markdown\n「Discord リマインダー Bot」に必要な権限\n* メッセージを読む\n* メッセージの履歴を読む\n```\n\n#  使い方\nDMにのみ対応していて、サーバーでのBot使用は想定しておりません。\n\n## ping\n「!ping」と送ると「Pong!」と返してくれます   \n動作確認にお使いください\n## リマインド構文一覧\nこれらの構文は組み合わせが可能です。\n## 数分後にリマインド\n「10分後リマインド」と送ると現在時刻から10分経過後に「リマインド」と送ってくれます。   \n「10分後」の部分が送る時刻を指定する場所です。リマインドするテキストを変えたい場合、   \n「10分後うぇーい」と送ると現在時刻から10分経過後に「うぇーい」と送ってくれます。   \n\n## 数時間後にリマインド\n「1時間後リマインド」と送ると現在時刻から1時間経過後に「リマインド」と送ってくれます。   \n前記と組み合わせて、「1時間後10分後リマインド」と送ると、現在時刻から1時間10分経過後に「リマインド」と送ってくれます。   \n\n## 数日後にリマインド\n「1日後リマインド」と送ると現在時刻から1日経過後に「リマインド」と送ってくれます。   \n例えば、1月1日13時0分に「1日後リマインド」と送ると、1月2日13時0分に「リマインド」と送られるわけです。  \n前記2つと組み合わせて、「1日後1時間後10分後リマインド」と送ると、現在時刻から1日と1時間10分経過後に「リマインド」と送ってくれます。   \nまた、後述する指定時刻構文と組み合わせて、1月1日に「1日後**14時10分**リマインド」と送ると1月2日14時10分に「リマインド」と送られます。 \n\n\n## 指定時刻にリマインド\n例えば1月1日に「11時テスト」と送ると、1月1日の11時0分に「テスト」と送られます    \n午後の場合「14時テスト」と送ると、1月1日の14時0分に「テスト」と送られます   \nまた、分まで指定したい場合「11時5分テスト」と送ると、1月1日の11時5分に「テスト」と送られます  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpenguincabinet%2Freminder_discord_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpenguincabinet%2Freminder_discord_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpenguincabinet%2Freminder_discord_bot/lists"}