Skip to content

This is a simple script for comparing to eventbrite editions income based on how many days lefts are left for the event.

Notifications You must be signed in to change notification settings

xavicolomer/eventbrite_compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eventbrite_compare

A simple script that connects to eventbrite and compares different events income, based on how many days are left for the event.

The script generates a data.tsv file that can be loaded with the html file also included, and will show a line chart containing the progression of the event.

If the event has not being held yet, a grey area will cover how many days are left.

Libraries I used

###Script Eventbrite

###HTML d3.js

Jquery

Instructions:

1. SETUP

Connect to your eventbrite account and fill the settings.py document with your data:

APP_KEY = 'XXXXXXXXXXXXXXXXXX'

USER_KEY = '000000000000000000000'

Once you connect to the website, select your event and you'll find the id on the url (eid) You also can use the API to list all the events available https://www.eventbrite.com/myevent?eid=XXXXXXXXXX

events_ids = [000000001, 000000002]

2. EXECUTE

python compare.py

This command will generate a data.tsv file with all the retrieved data from eventbrite.

3. SHOW RESULTS

Open the index.html on your web browser to compare the results.

I hope it helps someone!

Other

Some example images:

alt tag alt tag

About

This is a simple script for comparing to eventbrite editions income based on how many days lefts are left for the event.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages