Rust implementaion of intial python version of taribot. It's still missing few of the functionalities of the initial bot.
Copy .env-dist
as .env
and fill in the required variables.
The easiest way is to just run docker-compose up
. This will then pull the image from dockerhub and run it. I try to keep it up to date with master, until I figure out how github actions work or this issue gets fixed.
Or you can include the docker-compose.dev.yml
to compile it yourself. You should probably use buildkit to avoid compiling it for all architectures.
The other option is to install rustup and compile it yourself using cargo build
or cargo run
. You can also include --release
to those commands to build a release build.