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
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