From 2443dbd77bacefc7ba4b574df083e508ae95a59c Mon Sep 17 00:00:00 2001 From: spla Date: Fri, 10 Sep 2021 20:49:10 +0200 Subject: [PATCH] Updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b68717f..15e9812 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Within Python Virtual Environment: 2. Run `python db-setup.py` to setup and create new Postgresql database and needed table in it and setup your Mastodon's account RSS feed in the format 'https://your.mastodon.server/@your_user.rss' -3. Run `python setup.py` to input and save your Twitter's key and access tokens. You can get your keys and tokens from (Twitter Developer Platform)[https://developer.twitter.com/en/apply/user.html] +3. Run `python setup.py` to input and save your Twitter's key and access tokens. You can get your keys and tokens from [Twitter Developer Platform](https://developer.twitter.com/en/apply/user.html) 4. Use your favourite scheduling method to set `python mastotuit.py` to run every minute..