- a moderately up-to date version of Python3
- optional: a postgres database (default alternative: sqlite)
-
install requirements via
pip install -r requirements.txt
(pip3 if using something like debian)# Install requirements pip install -r requirements.txt
-
edit owo.toml to your liking - at minimum you should provide a discord bot token
-
run - you may pass a custom path to the configuration file as i the first command line argument
cd owobot # Optionally update permissions of the script chmod +x main.py ./main.py
-
????
-
profit 📈
- may occasionally be broken on inferior platforms such as Windows and MacOs