Skip to content

lzjluzijie/rss2telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rss2telegram

Config

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

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

app.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)

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages