Simple Python command line script for creating, updating and displaying Eventbrite events.
Script needs application and user tokens to work.
Before posting new events you need to set organizer name in your profile if you haven't done that already.
For more details, please go to: <http://developer.eventbrite.com/doc/authentication>
All examples assume you have already setup your authentication tokens in config.json!
$ ./eventbrite.py -h
$ ./eventbrite.py create --title 'Event title' --desc 'Event description' --date '2013-11-11 16:16' --enddate '2013-11-11 17:16'
$ ./eventbrite.py update --id 1234 --desc 'Event description update'
$ ./eventbrite.py details --id 9509327655