- Install the dependencies
- Python3
- MariaDB
python3 -m pip install -r requirements.txt-
Create the file
config.iniin the repository source using theconfig_example.ini- Insert a discord token
- Complete the database fields
-
Import the SQL schema into a db engine, for MariaDB:
mariadb -u username -p database_name < sql/scheme.sql
-
Execute the file
main.pywith python3 (version <=3.8) to start the bot
To download the submodules
git submodule init
git submodule updateLaunch containers
TW_UTILS_PORT=3000 docker-compose up