I’d like to scrape a website (preferably with BS5) and sign in with Google so I can access data that is only given to a logged in user. How would I do this?
maybe take a “screenshot” of the current cookies and use that, otherwise you’d have to use something like puppeteer to actually sign in with google.
That’s what I’d like to do. How would I do so?
node puppeteer, search on google or ask a node expert, I’ve used puppeteer a few times but I don’t like waiting 3 seconds for a page to load before clicking or doing similar automation so I don’t have much experience.