mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-20 17:11:19 +02:00
Update README.md to reflect recent changes
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user