- python >= 3.10
- Install virtualenv
python3 -m pip install virtualenv
- Go to virtual env
python3 -m virtualenv ./venv
source ./venv/bin/activate
- Install dependencies
pip install -r requirements.txt
# 1. create backgroundColor
python main.py -t backgroundColor -a create -e <env> --accessToken=<user_token>
# 2. create TextColor
python main.py -t textColor -a create -e <env> --accessToken=<user_token>
# 3. send reward background color
python main.py -t backgroundColor -a send -e <env> --accessToken=<user_token>
# 4. send reward text color
python main.py -t textColor -a send -e <env> --accessToken=<user_token>