No description
Find a file
Stef-00012 3535bef518
Some checks failed
Restart Bot Server / Restart Bot Server (push) Failing after 7s
add create version support
2026-01-13 07:25:02 +01:00
.forgejo/workflows update runs-on 2025-12-29 22:56:48 +01:00
data fix spam bug 2025-05-22 01:13:15 +02:00
src add create version support 2026-01-13 07:25:02 +01:00
.env.example update example env 2025-10-24 17:15:18 +02:00
.gitignore rm config.ts from gitignore 2025-07-16 18:52:08 +02:00
.npmrc [broken] wip 2025-05-25 23:49:51 +02:00
bun.lock add create version support 2026-01-13 07:25:02 +01:00
drizzle.config.ts first commit 2025-05-20 23:04:36 +02:00
package.json update deps and remove grammy auto thread, move from config object to process.env directly 2025-10-24 17:02:19 +02:00
README.md update readme 2025-06-10 22:32:15 +02:00
tsconfig.json update deps and remove grammy auto thread, move from config object to process.env directly 2025-10-24 17:02:19 +02:00

Telegram Create Addon Notifier

A 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.

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. bun run start

TO-DO

  • format dates in ws messages