This is the code used during a live coding workshop on making USSD app with PyLadies Kampala on 16th May, 2020
Use the package manager pip to install flask.
pip install flask
~ python api.py
# Callback URL is on https://127.0.0.1:5000/callback/ussd
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.