ucsdeventhub / EventHub

4 stars 0 forks source link

Fb scraper #42

Closed mcpanelo closed 3 years ago

mcpanelo commented 3 years ago

Scraper should now scrape all necessary data from all upcoming events on a Facebook organization's event page. The timeInfo string probably needs to be reformatted to create Go's Time objects for the startTime and endTime. The information also still needs to be used to create event objects. "github.com/chromedp/cdproto/cdp" and "strings" need to be imported

ear7h commented 3 years ago

@mcpanelo this scraper works perfectly! I added a commit to plug it into the server, check it out if you're curious