6 ms·
I recently wrote a browser-driven scraper using Nightmare[1], which uses Electron under the hood. Another option for those who prefer python is dryscrape[2], al
by brynedwards 10y ago
I recently wrote a browser-driven scraper using Nightmare[1], which uses Electron under the hood. Another option for those who prefer python is dryscrape[2], although I haven't tried it.
[1] https://github.com/segmentio/nightmare https://github.com/segmentio/nightmare
[2] http://dryscrape.readthedocs.io/en/latest/ http://dryscrape.readthedocs.io/en/latest/
- nikolay 10y agoDryscrape is really cool! Thanks for sharing!