Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justin-xiang/my-feed

Use telegram to send newletter or blog
https://github.com/justin-xiang/my-feed

Last synced: 10 days ago
JSON representation

Use telegram to send newletter or blog

Awesome Lists containing this project

README

        

# 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
```python
TOKEN = 'YOUR_TOKEN'
chat_id = YOUR_CHAT_ID
```

## Last
* run rss.py