Bot for Misskey that posts an image from Gelbooru every n seconds. Supports running in Docker.
- Clone the repository
- Copy
config_sample.tomltoconfig.toml - Edit
config.toml - Run one of:
cargo run --releasecargo install --path .thenmisskey-booru-rs(assuming~/.cargo/binis in your PATH)docker-compose updocker build . -t misskey-booru-rsthendocker run -v ./config.toml:/config.toml:ro misskey-booru-rs