A simple Cloudflare worker that aggregates different RSS/ATOM feeds and forwards them to the Telegram.
Here is an example of a Telegram channel that provides security-related content that I find interesting: t.me/secpaperboy.
- Obtain the Telegram bot's token via @BotFather bot.
- Push the secret to the Cloudflare using
echo -ne $SECRET | wrangler secret put "TELEGRAM_TOKEN"
. - Configure the chat ID and list of RSS/ATOM feeds in
src/config.js
. - Configure the cron triggers in
wrangler.toml
. - Deploy the worker using
npm run deploy
.