# unionbot A mastodon bot that reminds you periodically to join a union, with crowd-sourced suggestions. *TODO: insert screenshots here* ## How to configure `unionbot` can be built with [`cargo`]. The main configuration is provided via the `acab.toml` configuration file. Following is an example. ```toml instance = "botsin.space" username = "unionbot" secret = "some-secrets-are-meant-to-be-committed" unions = "unions/en.toml ```