Skip to content

Latest commit

 

History

History
84 lines (49 loc) · 1.9 KB

README.md

File metadata and controls

84 lines (49 loc) · 1.9 KB

eventbrite-click

Generates a "click" - total of how many people are at an Eventbrite event.

Uses the Flask web microframework.

Running it

  1. Ensure you have Python installed.

  2. Generate your personal Eventbrite OAuth token.

  3. Create envvars.bash: cp envvars-example.bash envvars.bash

  4. Create a virtualenv:

     virtualenv .venv
     source .venv/bin/activate
    
  5. Run the program:

     heroku local web
    

Deployment

  1. App is connected to GitHub so a deploy to master will deploy to Heroku:

     git checkout master
     git push origin
    
  2. View the build from Heroku's Activity page.

Useful Commands

heroku logs --tail

heroku ps

heroku ps:scale web=1

Database

Email

Notes

Resources

The following resources were used (but not harmed) in the making of this program:

To read