Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.01 KB

README.rst

File metadata and controls

30 lines (22 loc) · 1.01 KB

Eventbrite

Simple Python command line script for creating, updating and displaying Eventbrite events.

Requirements

requests

Authentication tokens

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>

Command examples

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