No description
Find a file
2026-04-30 19:51:46 +02:00
.forgejo/workflows merge discord and telegram create addon modifier in one bot 2026-04-25 20:50:02 +02:00
.vscode merge discord and telegram create addon modifier in one bot 2026-04-25 20:50:02 +02:00
data fix spam bug 2025-05-22 01:13:15 +02:00
src fix: broken variable parsing 2026-04-30 19:51:46 +02:00
.env.example add error handling to a file so i can see what makes it crash 2026-04-26 11:04:35 +02:00
.gitignore fix: broken variable parsing 2026-04-30 19:51:46 +02:00
bun.lock fix: broken variable parsing 2026-04-30 19:51:46 +02:00
drizzle.config.ts first commit 2025-05-20 23:04:36 +02:00
package.json fix: broken variable parsing 2026-04-30 19:51:46 +02:00
README.md update readme and base env 2026-04-25 22:58:42 +02:00
TODO.md fix: broken variable parsing 2026-04-30 19:51:46 +02:00
tsconfig.json merge discord and telegram create addon modifier in one bot 2026-04-25 20:50:02 +02:00

Create Addon Notifier

A Discord & Telegram bot that sends a notification whenever a create addon gets updated (the data is retried from Create Addons's WebSocket). The bot can also just be used through @CreateAddonsNotifierBot (Telegram) or Create Addons Notifier #0281 (Discord).

How to run

Important

Requires Bun

  1. git clone https://github.com/Stef-00012/telegram-create-notifier
  2. bun install
  3. bun run db:setup
  4. copy env.example to .env and fill the values
  5. bun run start

Note

If you do not put a discord or telegram token, the bot will work, just it won't use that platform