From c764d6257ff784a0baa915390983f141cf494377 Mon Sep 17 00:00:00 2001 From: spla Date: Sat, 21 Mar 2020 20:31:04 +0100 Subject: [PATCH] Updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c6614d..f521531 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Publish to Mastodon's server the rss feed of your choice. 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 + 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.