Skip to content

A simple Cloudflare worker that aggregates different RSS/ATOM feeds and forwards them to the Telegram.

License

Notifications You must be signed in to change notification settings

melkikh/rssdoge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rssdoge

A simple Cloudflare worker that aggregates different RSS/ATOM feeds and forwards them to the Telegram.

Example

Here is an example of a Telegram channel that provides security-related content that I find interesting: t.me/secpaperboy.

How to use

  1. Obtain the Telegram bot's token via @BotFather bot.
  2. Push the secret to the Cloudflare using echo -ne $SECRET | wrangler secret put "TELEGRAM_TOKEN".
  3. Configure the chat ID and list of RSS/ATOM feeds in src/config.js.
  4. Configure the cron triggers in wrangler.toml.
  5. Deploy the worker using npm run deploy.

About

A simple Cloudflare worker that aggregates different RSS/ATOM feeds and forwards them to the Telegram.

Resources

License

Stars

Watchers

Forks