Bot for Misskey that posts an image from Gelbooru every n seconds. Can run in Docker.
- Clone the repository
- Copy
config_sample.toml
toconfig.toml
- Edit
config.toml
- Run one of:
cargo run --release
cargo install --path .
thenmisskey-booru-rs
(assuming~/.cargo/bin
is in your PATH)docker-compose up
docker build . -t misskey-booru-rs
thendocker 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_timeout
too low, or you might get rate limited
This project is licensed under the AGPL-3.0 license.