DEV Community

Discussion on: What have you built/automated with headless browsers (e.g. Puppeteer)?

Collapse
 
drmikecrowe profile image
drmikecrowe

I used Python/Selenion web driver to mass update Google Custom Search engines. Google doesn't expose their API for updating your CSE, so I wrote a scraper to gather all the tokens then used the python requests library to delete/update the lists (I have 11 CSE's I update 2x per week)