diff --git a/README.md b/README.md index 582de7b7a7f9cfc5a505e9d5a7d33e9d9c7aa39a..058aa3193c130093ed827669693e264d594c6647 100644 --- a/README.md +++ b/README.md @@ -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 :)