A predictive writing tool.
Make sure you have Python installed properly. Also, install the Heroku Toolbelt.
$ git clone https://github.com/pennetti/voicebox.git
$ cd voicebox
$ [sudo] pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ npm install
$ heroku local webYour app should now be running on localhost:5000.
$ ./deploy.shor
For more information about using Python on Heroku, see these Dev Center articles:
- Python on Heroku
 - This application supports the Getting Started with Python on Heroku article - check it out.
 
