Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzjluzijie/rss2telegram
https://github.com/lzjluzijie/rss2telegram
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lzjluzijie/rss2telegram
- Owner: lzjluzijie
- License: apache-2.0
- Created: 2018-07-20T04:44:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T06:58:17.000Z (over 5 years ago)
- Last Synced: 2024-06-20T17:43:46.304Z (5 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```