An open API service indexing awesome lists of open source software.

https://github.com/eatradish/telegramrssbot

Telegram RSS Bot, use Typescript
https://github.com/eatradish/telegramrssbot

nodejs rss telegram-bot typescript

Last synced: 2 months ago
JSON representation

Telegram RSS Bot, use Typescript

Awesome Lists containing this project

README

          

# 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
```