Skip to content

Janniku9/telegram-rss-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telegram RSS Reader

a Telegram Bot that watches one RSS feed (or more) and sends notifications on updates

Install

In bot.js, fill in the Bot Token, the Urls of the feeds you want to track and the update Interval in seconds.

const token = "";   // bot token from botfather
const URLS = [""];     // array of urls to rss feeds
const INTERVALL = 100; // update intervall in s
npm install

Usage

npm start

commands

\sub    -> enables notifications
\unsub  -> disables notifications
\feeds  -> shows all feeds
\top x  -> shows last 5 items from feed x (x is the number of the feed)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published