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
- Host: GitHub
- URL: https://github.com/eatradish/telegramrssbot
- Owner: eatradish
- Created: 2019-01-07T16:55:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T12:23:56.000Z (over 3 years ago)
- Last Synced: 2025-03-02T10:35:10.587Z (over 1 year ago)
- Topics: nodejs, rss, telegram-bot, typescript
- Language: TypeScript
- Size: 164 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```