Polish readme more

This commit is contained in:
robin 2022-05-15 11:05:08 +02:00
parent 5a254a053e
commit 597ffcbdc7
1 changed files with 6 additions and 2 deletions

View File

@ -2,12 +2,16 @@
This bot parses newsfeeds and posts them to a mastodon account
## install
```bash
apt install python3-mastodon
apt install python3-feedparser
```
## setup
```bash
cp settings.py.sample settings.py
Edit settings.py for your setup
```
## run
```bash
python3 main.py
```