Update README.md typos
This commit is contained in:
parent
c2510cfe47
commit
edf482f5af
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue