Skip to content

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

License

Notifications You must be signed in to change notification settings

dawngerpony/eventbrite-click

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages