Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/m0zgen/rss2bot

⚙ Script for reading and forwarding rss feeds to Telegram
https://github.com/m0zgen/rss2bot

Last synced: 1 day ago
JSON representation

⚙ Script for reading and forwarding rss feeds to Telegram

Awesome Lists containing this project

README

        

### RSS feed reader
1. Register new bot with Telegram BotFather
2. Take TOKEN and Chat ID and put to the bot_token, bot_chatID variables
3. Run ./rss.py

### Venv usage

Activate `venv`:
```python
source venv/bin/activate
```

Install modules from `requirements.txt`:

```python
pip install -r requirements.txt
```

Run rss.py:

```python
python rss.py
```
## How to update packages

```shell
pip3 install pip-upgrader
```

Upgrade all packages:

```shell
pip-upgrade
```