My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nomicon/apps/unionbot/README.md

20 lines
439 B

# 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
```