Skip to content

CaraAra/misskey-booru-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

misskey-booru-rs

Bot for Misskey that posts an image from Gelbooru every n seconds. Supports running in Docker.

Running

  1. Clone the repository
  2. Copy config_sample.toml to config.toml
  3. Edit config.toml
  4. Run one of:
    • cargo run --release
    • cargo install --path . then misskey-booru-rs (assuming ~/.cargo/bin is in your PATH)
    • docker-compose up
    • docker build . -t misskey-booru-rs then docker run -v ./config.toml:/config.toml:ro misskey-booru-rs

License

AGPL-3.0

About

Bot for Misskey that posts a random image from Gelbooru written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 97.9%
  • Dockerfile 2.1%