An open API service indexing awesome lists of open source software.

https://github.com/rachel-tanhao/twilio-voice-bot-python


https://github.com/rachel-tanhao/twilio-voice-bot-python

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

https://docs.google.com/presentation/d/1kq9ytSBdUUAwsIar7FfbGgkLle2JOw-YiheypJMMFZ8/edit#slide=id.g31ab35e2b92_0_11

image

image

image

image

image

How to deploy the code on Heroku:

heroku git:remote -a my-old-friend

heroku config:set DOMAIN=my-old-friend-fe65c61e6c2f.herokuapp.com

git add .
git commit -m "Updated code for deployment"

git push heroku main

heroku logs --tail

How to run the project

python3 -m venv .venv

source .venv/bin/activate

pip install -r requirements.txt

uvicorn main:app --reload --host 0.0.0.0 --port 6060 --log-level debug