Closed mnich0ls closed 5 years ago
Scrape events from: https://www.eventbrite.com/d/ca--san-diego/events
Events should be persisted to the scraped_events collection (see Database) with the following metadata:
scraped_events
source_url: https://www.eventbrite.com date_scraped: (the ISO 8601 timestamp for the time the event was pulled from the source site) status: new
source_url
date_scraped
status
See Event Attributes for the event attributes that should be scraped.
Scrape events from: https://www.eventbrite.com/d/ca--san-diego/events
Events should be persisted to the
scraped_events
collection (see Database) with the following metadata:source_url
: https://www.eventbrite.comdate_scraped
: (the ISO 8601 timestamp for the time the event was pulled from the source site)status
: newSee Event Attributes for the event attributes that should be scraped.