mnich0ls / evee-sd

An event aggregation app for events in San Diego
1 stars 2 forks source link

Web Scraper: Eventbrite #9

Closed mnich0ls closed 5 years ago

mnich0ls commented 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:

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

See Event Attributes for the event attributes that should be scraped.