This is a self-sustained fork of the "Robot Is You" project by RocketRace.
If you want to see the original project, go here: https://github.com/RocketRace/robot-is-you#readme
If on Windows, set up WSL for this, or it may get a bit messy.
Windows is kind of supported, but here be dragons if you do that!
Step by step:
-
Clone the repository
-
pip install -r requirements.txt
-
Set up auth.py:
token: str = "<TOKEN>"
-
Set up webhooks.py:
logging_id: int = <command logging id> error_id: int = <error logging id>
-
Make directory
target/renders/
-
Configure
config.py
-
Run the bot
-
Run setup commands (in order)
Command What it does loadbaba <path>
Loads required assets from the game from the path. Must have a copy of the game to do this. loaddata
Loads tile metadata from the files. loadworld *
Loads all maps. loadletters
Slices letters from text objects for custom text. -
Restart the bot
Everything should be working fine!