Bot for Misskey that posts an image from Gelbooru every n seconds. Can run 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
- A or B tags are specified like this:
tags = [ "{1girl", "~", "2girls}", "rating:general" ]- Other sites that run Gelbooru may work, but are untested
- Restarting the bot resets the cooldown
- The bot might post the same image multiple times in a row, especially if the amount available is low
- Don't set
bot.error_timeouttoo low, or you might get rate limited
This project is licensed under the AGPL-3.0 license.