Update README.md to reflect recent changes

This commit is contained in:
VC
2020-03-01 20:43:16 +01:00
parent c39784fca7
commit a3e2119de2

View File

@@ -5,6 +5,11 @@ A Twitter to Mastodon copy bot written in Rust
First up, create a configuration file (default path is `/usr/local/etc/scootaloo.toml`). It will look like this:
```
[scootaloo]
last_tweet_path="/usr/local/etc/last_tweet" ## file containing the last tweet id received, must be writable
cache_path="/tmp/scootaloo" ## a dir where the temporary files will be download, must be writeable
[twitter]
username="NintendojoFR" ## User Timeline to copy
@@ -13,8 +18,6 @@ consumer_key="MYCONSUMERKEY"
consumer_secret="MYCONSUMERSECRET"
access_key="MYACCESSKEY"
access_secret="MYACCESSSECRET"
last_tweet_path="/usr/local/etc/last_tweet" ## file containing the last tweet id received, must be writable
```
Then run the command with the `register` subcommand: