Use telegram to get newletter or blog
- find @BotFather in your telegram
- send '/start'
- send '/newbot'
- get your bot token
- Start your bot journey!
- get you chat_id and token
- new a python file(settings.py recommended)
- set the settings like this
TOKEN = 'YOUR_TOKEN'
chat_id = YOUR_CHAT_ID
- run rss.py