From ac8682faeec27cbafc38833f1dd53bd26d5cb44f Mon Sep 17 00:00:00 2001 From: spla Date: Thu, 13 Aug 2020 14:06:49 +0200 Subject: [PATCH] Updated README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f521531..5d5c3fd 100644 --- a/README.md +++ b/README.md @@ -7,21 +7,20 @@ Publish to Mastodon's server the rss feed of your choice. - **Python 3** - Postgresql server -- Everything else at the top of `mastofeeds.py`! +- Mastodon's bot account ### Usage: Within Python Virtual Environment: -1. Run 'python db-setup.py' to create needed database and table. It's needed to control what feeds are already published. db-setup.py +1. Run `pip install -r requirements.txt` to install all needed libraries. + +2. Run `python db-setup.py` to create needed database and table. It's needed to control what feeds are already published. db-setup.py will also ask you the feed's url. -2. Run 'python setup.py' to get your bot's access token of an existing user. It will be saved to 'secrets/secrets.txt' for further use. +3. Run `python setup.py` to get your bot's access token of an existing user. It will be saved to 'secrets/secrets.txt' for further use. -3. Run 'python mastofeeds.py' to start publishing feeds. - -4. Use your favourite scheduling method to set mastofeeds.py to run regularly. - -Note: install all needed packages with 'pip install package' or use 'pip install -r requirements.txt' to install them. +4. Run `python mastofeeds.py` to start publishing feeds. +5. Use your favourite scheduling method to set `python mastofeeds.py` to run regularly.