Justin-Xiang / my-feed

Use telegram to send newletter or blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-feed

Use telegram to get newletter or blog

How to use ?

Get a bot

  • find @BotFather in your telegram
  • send '/start'
  • send '/newbot'
  • get your bot token
  • Start your bot journey!

Set your settings

  • 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

Last

  • run rss.py

About

Use telegram to send newletter or blog

License:MIT License


Languages

Language:Python 100.0%