Overview
As of right now, the Mazevo scraper is not working because the API request returns 401 Unauthorized.
It seems that the request doesn't work with only the API key anymore and would require us to automate the login using Chromedp and get the cookies to make the API call in scrapers/mazevo.go.
Note that Mazevo is behind Duo so we would need to find a way to bypass Duo with Chromedp.
Overview
As of right now, the Mazevo scraper is not working because the API request returns
401 Unauthorized.It seems that the request doesn't work with only the API key anymore and would require us to automate the login using Chromedp and get the cookies to make the API call in
scrapers/mazevo.go.Note that Mazevo is behind Duo so we would need to find a way to bypass Duo with Chromedp.