useage added

This commit is contained in:
Christian Quest 2018-10-19 15:56:53 +02:00 committed by GitHub
parent e2ed16d4a2
commit 5071ba0cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,3 +30,13 @@ cd tootbot
# install required python modules
pip3 install -r requirements.txt
```
## Useage
`python3 tootbot.py <twitter_pseudo> <mastodon_account> <mastodon_password> <mastodon_domain>`
Example:
`python3 tootbot.py geonym_fr geonym@mastodon.mydomain.org **password** mastodon.mydomain.org`
It's up to you to add this in your crontab :)