Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/justin-xiang/my-feed
- Owner: Justin-Xiang
- License: mit
- Created: 2022-03-30T17:17:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T14:31:18.000Z (over 2 years ago)
- Last Synced: 2024-11-14T21:38:36.046Z (2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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