Open geoff-maddock opened 2 years ago
Scrape Events from Eventbrite's Search Tool & Official API - Local Venues, Photos, Details & More https://www.youtube.com/watch?v=GsLuV_Oc9h0
This site looks nice, look into scraping data / using an API get data from it: https://app.opendate.io/e/that-was-dope-open-mic-october-18-2023-478300
Currently event import ~only works from facebook~ no longer works from facebook. As a site user, I would like to be able to import event data from other sites that have APIs available.
Other event sites (API link)
Look at adding JS code for scraping data to pull into event form: https://www.eventbrite.com/e/ambient-music-chill-out-session-with-davi-music-and-warm-tape-tickets-383129128537?aff=ebdssbdestsearch
There are meta tags that contain useful data
Look at extracting data from any page with a script of type
application/ld+json
, which is normalized via https://jsonld.com/event/ https://schema.org/EventJS Library https://github.com/digitalbazaar/jsonld.js/