Asami is a Discord bot without any current goals written in Rust. In its current state, it works fine, but has no proper use.
Please don’t look at the source, it’s all a big shitfest.
-
Get Rust using Rustup.
-
Compile using
cargo build --release
, potentially for some other target triple than the compiling system. -
Install PostgreSql using your package manager or installer of choice. This is required to be running properly configured with the table setups found in scheme.rs.
-
Run the bot once and fix the
config.toml
file with correct information. -
Get a bot token from https://discordapp.com/developers.
-
Run the bot as one usually would and start using it. The owner of the bot will be automatically fetched upon every start.
The project is licensed under the BSD 3-Clause Licence, and is as such free software.