Audio tours using Twilio
- Install Python 3 and Docker
- Install Pipenv with
pip install pipenv
- Install project dependencies with
pipenv install
(orpython -m pipenv install
if that fails)
You must have a Twilio account to test the audio interface.
Set TWILIO_ACCOUNT_SID
to your Twilio acccount's SID, and TWILIIO_AUTH_TOKEN
to the account's authorization token.
Connect the app to a database by setting up the DATABASE_URL
environment variable.
A Dockerfile with the necessary dependencies is included.
The app must be connected to a Postgres server, as specified in DATABASE_URL
.