Small, as-of-yet secret-ish project. But it's basically just a twillio server.
This runs great on Heroku.
You'll need:
- A Twilio account
You'll need to set environment variables with details for those services. You can use the example setenv.sh in the repo (obviously, use your own environment variables and run source setenv.sh).
Then, install with these commands:
-
Create virtual environment:
mkvirtualenv faxes -
pip install -r requirements.txtto install the required python packages into the environment -
Load environment variables. Re-name setenv-sample.sh as setenv.sh, fill in the blanks with your Twilio information, then run
source setenv.sh. -
Run
python server.py