⚠ Minimum required Python Version is 3.12.
git clone https://github.com/plyoox/plyoox-v3.gitcd plyoox-v3python3 -m pip install -r requirements.txt- Create a
.envfile and set the following environment variables:POSTGRES_DSN(postgresql://USER:@SERVER:PORT/DATABASE)DISCORD_TOKEN(discord bot token)LOGGING_WEBHOOK_ID[optional]LOGGING_WEBHOOK_TOKEN[optional]
Generate database: python3 launcher.py --generate-db
Run bot: python3 launcher.py
Run in src/rpc
python -m grpc_tools.protoc -I./proto --python_out=./generated --pyi_out=./generated --grpc_python_out=./generated ./proto/twitch.proto