ucladevx / Bmaps-Backend

Documentation and source code for public events/locations APIs.
http://github.com/ucladevx/Bmaps-Backend/
MIT License
6 stars 2 forks source link

changed ev_event_collector to get events through venue_id/events #153

Closed Kimeiga closed 4 years ago

Kimeiga commented 4 years ago

because eventbrite deprecated event search, so we could either use organization event search (given org ids) or venue event search (given venue ids).

TODO:

  1. add more venue id's by searching "ucla" in the eventbrite site,
  2. going to each event,
  3. copying the event id from the URL,
  4. use the API to query for that event id,
  5. take the venue id from it and add it to the list of venue ids in eb_events_processor.py if not already there.

We could add organization id's too but 1. this could lead to duplicates, and 2. a lot of orgs don't just have events at UCLA, so you would have to filter the events you get back by 1 mi radius around bruin bear (coordinates in the codebase).