This Bot can control the Super Mario Odyssey: Online Server
  • Rust 83.7%
  • Nix 16.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-06-01 19:59:15 +02:00
docs docs(readme): add archive notice 2025-06-01 19:59:15 +02:00
src chore: init 2025-02-17 20:19:20 +01:00
.gitignore chore: init 2025-02-17 20:19:20 +01:00
Cargo.lock chore: update Cargo.lock 2025-06-01 14:32:54 +02:00
Cargo.toml chore(deps): bump versions 2025-06-01 14:42:13 +02:00
cliff.toml chore: init git-cliff 2025-06-01 14:33:23 +02:00
default.nix chore: init nix 2025-06-01 14:35:34 +02:00
flake.lock chore: init nix 2025-06-01 14:35:34 +02:00
flake.nix chore: init nix 2025-06-01 14:35:34 +02:00
LICENSE docs(license): bump copyright date 2025-03-17 00:23:30 +01:00

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