mnich0ls / evee-sd

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

Web scraper: San Diego Reader #4

Closed mnich0ls closed 5 years ago

mnich0ls commented 5 years ago

Scrape events from: https://www.sandiegoreader.com/events

Events should be persisted to the scraped events collection (https://evee-sd.firebaseio.com/scraped_events.json) with the following metadata:

  1. source_url: https://www.sandiegoreader.com
  2. date_scraped: (the ISO 8601 timestamp for the time the event was pulled from the source site)
  3. status: new

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