From 597ffcbdc7ea85b393a431449dddc71a314c568b Mon Sep 17 00:00:00 2001 From: robin Date: Sun, 15 May 2022 11:05:08 +0200 Subject: [PATCH] Polish readme more --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a1388d..4424819 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file