Home

Awesome

Eventbrite-invoicer

Ruby script to read an eventbrite event and generate invoices for the attendees and optionally email them This is was created out of the frustration that evenbrite doesn't generate invoices automagically.

Install

$ bundle install

Config

Credentials.yml

By default it wil look for a file with your eventbrite credentials in your local directory with the name 'credentials.yml' You can generate them by visiting https://www.eventbrite.com/userkeyapi and generating one. This will give you 'app_key' and 'user_key'

---
:app_key: your-app-key-here
:user_key: your-user-key-here

Settings file

By default it wil look for a file with your eventbrite event/invoice settings in your local directory with the name 'settings.yml' Adapt to your likings.

Most likely you'll need to :

Eventbrite setup

The script currently assumes that you have configured your event with the following 'questions':

Run it

Usage: eventbrite-invoicer [options]
   -h, --help                       Display this screen
   -c, --credentials FILENAME       Path to credentials yamlfile. Default: credentials.yml
   -s, --settings FILENAME          Path to settings yamlfile. Default: settings.yml
   -m, --mail OPTION                Option to mail. Default: none. Other options: "test"|"attendee"

Big thanks to