No description
Find a file
2025-11-10 21:54:28 +01:00
.forgejo/workflows update workflow 2025-11-10 21:54:28 +01:00
data fix spam bug 2025-05-22 01:13:15 +02:00
src update deps and remove grammy auto thread, move from config object to process.env directly 2025-10-24 17:02:19 +02: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 update deps and remove grammy auto thread, move from config object to process.env directly 2025-10-24 17:02:19 +02: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