Changes

Jump to navigation Jump to search
no edit summary
'''7/5''':
*Eventbrite developer account for McNairCenter: {**first name: '''Anne''', last name: '''Dayton, email'''**Login Email: '''admin@mcnaircenter.org, password''' **Login Password: '''amount}'''
*Eventbrite API is well-documented and its database readily accessible. In the python dev environment, I am using the http '''requests''' library to make queries to the database, to obtain json data containing event objects that in turn contain organizer objects, venue objects, start/end time values, longitude/latitude values specific to each event. The '''requests''' library has inbuilt .json() access methods, simplifying the json reading/writing process.
**In querying for events organized by techstar, one of the biggest startup programs organization in the U.S., I use the following. Note that the organizer ID of techstar is 2300226659.

Navigation menu