mirror of
https://github.com/SchweGELBin/SMOOS-Bot.git
synced 2026-08-24 11:06:10 +02:00
This Bot can control the Super Mario Odyssey: Online Server
- Rust 83.7%
- Nix 16.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| docs | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| cliff.toml | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
This repository has been archived
Please take a look at smoos
SMOOS-Bot
This Bot can control the Super Mario Odyssey: Online Server
Usage
- Setup a SMOO server
- Install Rust and Cargo
- Clone this repository
- Set the necessary environment variables
- Run it
export DISCORD_TOKEN="Your Discord Bot Token"
export DISCORD_ID="Your Discord User ID"
export API_TOKEN="Your SMOOS JsonApi Token"
export API_HOST="Your Server IP" # Optional | Default: localhost
export API_PORT="Your Server Port" # Optional | Default: 1027
git clone https://github.com/SchweGELBin/smoos-bot.git
cd smoos-bot
cargo run -r
Credits
Thanks to @serenity-rs for providing serenity and poise