Setup Droplet for demo
apt-get update
apt-get install -y python3-pip python3-virtualenv
pip3 install flask
copy the webhook file
FLASK_APP=webhook flask run --host 0.0.0.0 --port 80
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
apt-get update
apt-get install -y python3-pip python3-virtualenv
pip3 install flask
copy the webhook file
FLASK_APP=webhook flask run --host 0.0.0.0 --port 80