Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lzjluzijie/rss2telegram


https://github.com/lzjluzijie/rss2telegram

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# rss2telegram

## Config

Get bot token: https://t.me/BotFather

Get chat id: https://api.telegram.org/bot/getUpdates

app.json
```json
{
"BotToken": "",
"ChatID": "",
"FeedURL": "https://zhuji.lu/topics.rss",
"UA": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36",
"Interval": 300,
"LastPublished": "1911-10-10T18:00:00.3182961+08:00"
}
```

## Set proxy (if telegram is blocked)

```bash
export http_proxy='http://127.0.0.1:1080'
export https_proxy='http://127.0.0.1:1080'
```