# Get mastodon access token 1. Preferences > Development > New Application 2. Set name of your app and enable `write` 3. Submit # Set crontab with docker compose If you want your bot to post every hour: ``` 0 * * * * docker compose -f /docker-compose.yml up ```