Install Python dependencies using pip
:
pip install -r requirements.txt
Rename env_template
to .env
. This file stores the api key to authorize your requests and messages.
mv env_template .env
tar --exclude='.*' --exclude='__pycache__' -cvfz opengate-python-examples.tgz opengate-python-examples