From edf482f5af865c25e023b6b81ad528f09e3a1598 Mon Sep 17 00:00:00 2001 From: Homer S Date: Fri, 27 Jul 2018 18:02:48 +0000 Subject: [PATCH] Update README.md typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e25cae2..c888133 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # README ## About mastobot -This simple pyton3 script's purpose is just to copy a number of twitter accounts' statuses to corresponding Mastodon accounts. +This simple python3 script's purpose is just to copy a number of twitter accounts' statuses to corresponding Mastodon accounts. ## Prerequisites To use #mastobot you need to install tweepy, Mastodon.py and wget. To do so you could e.g. just use pip3 by entering commandline: ``` sudo pip3 install tweepy ``` @@ -17,7 +17,7 @@ By default the script will be limited to 25 tweets per account for this period w ## Warning Before you start flooding your Mastodon instance accidently with hundreds of repeating posts, please test your adjustments by hitting ```python3 mastodon.py``` and have a look on the output. If the script breaks at any time the 'last_id'-parameters won't be updated and next time it will post exactly the same statuses again and again! -So make sure that the script run successfully at least once before you fire this gun! +So make sure that the script runs successfully at least once before you fire this gun! ## Unlock script By default the script has commented out the commands to upload anything to your Mastodon instance (see 'Warning' above).