Rukia Bot is a Python-based bot designed for a private server for osu!droid, using a server based on this codebase.
Ensure you have the following:
- An osu!v1 API key
- An existing server running
- A Discord Server
Ensure you have the following dependencies installed:
- Latest Python version
- Nextcord Python package
- Dotenv Python package
Follow these steps to get started with Rukia Bot:
-
Configure Environment Variables
- Rename
.env.example
to.env
. - Fill out the required fields in the
.env
file.
- Rename
-
Modify Configuration
- Update the necessary fields in
config.py
(fields not covered by.env
).
- Update the necessary fields in
-
Run the Bot
- Execute
main.py
to start the bot and enjoy!
- Execute
If you would like to contribute to the development of Rukia Bot, feel free to fork the repository and submit a pull request. Contributions are always welcome!
Rukia Bot is licensed under the MIT License. Feel free to use, modify, and distribute this software in accordance with the license.
- unclem2 for the osu!droid-rx-server codebase.