mastodon-random-sentence-bot/setup.md

280 B

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 <your bot's path>/docker-compose.yml up