daveebbelaar / python-whatsapp-bot

Build AI WhatsApp Bots with Pure Python
https://www.datalumina.com
MIT License
520 stars 334 forks source link

Deploy to Production #9

Closed fvm2 closed 3 months ago

fvm2 commented 3 months ago

Any advice on how to deploy the app to production? It's my first time deploying a web app, and i'm having trouble on how to run both the run.py file and the webhook command ngrok http --domain=your-domain.ngrok-free.app 8000. Any hosting service recommendation/tutorial?