A simple Discord bot to interact with CubedHost APIs.
Built using Rust with Serenity.
This project can be targeted for a Raspberry Pi (all models should be compatible with the Raspberry Pi OS).
The release binary can be compiled with the following commands.
The project can be compiled using cargo
directly if the appropriate toolchains are downloaded (such as these toolchains for Windows).
cargo build --release --target arm-unknown-linux-gnueabihf
Alternatively, the project can be compiled using Cross.
cross.exe build --release --target arm-unknown-linux-gnueabihf