Hacker News new | ask | show | jobs
by brynedwards 3687 days 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

[2] http://dryscrape.readthedocs.io/en/latest/

1 comments

Dryscrape is really cool! Thanks for sharing!