Skip to content

eatradish/TelegramRSSBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelegramRSSBot

Telegram RSS Bot. @telepyrssbot

Feature

Subscribe to the rss source and push it when the rss source is updated in Telegram Bot

install and start

git clone https://github.com/eatradish/TelegramRSSBot
yarn
editor settings.ts
# Add the following ----------
const token = '# Your Telegram bot tolen';
export default token;
-----
yarn build
yarn start