You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eventbrite Categories Here is the official list of Event Categories used by Eventbrite.
Run extract_categories.py to create the mapping from event id to name.
Scrape from Eventbrite API
Run response_formatter.py and collect event data in batch. Only store each event's description, title and category name (from our eventid2name mapping obtained in last step).
Upload Formatted Event Data to Firestore
Obtain firebase service key json file (Do not put in Github, or any public place)
Run upload2firebase.py to upload event data to "unlabeled" collection in firestore.