machawk1 / ArchiveThumbnails

An implementation for Ahmed AlSum's "Thumbnail Summarization Techniques for Web Archives"
GNU General Public License v2.0
7 stars 5 forks source link

Consider using NightmareJS instead of PhantomJS #111

Open machawk1 opened 7 years ago

machawk1 commented 7 years ago

Via @N0taN3rd

https://github.com/segmentio/nightmare

machawk1 commented 7 years ago

Or Chrome headless https://groups.google.com/forum/#!topic/phantomjs/9aI5d-LDuNE

N0taN3rd commented 7 years ago

@machawk1 I have found chrome-remote-interface and chrome devtools protocol viewer useful. The tip of the tree version for protocol viewer works when using chrome-remote-interface and google-chrome-(beta/dev) downloaded from dev-channel

machawk1 commented 7 years ago

Thanks for the references, @N0taN3rd . I'll look into using them when coding up this ticket.

jcahill commented 6 years ago

phantomJS is sunsetting: Archiving the project: suspending the development

machawk1 commented 6 years ago

@jcahill We are aware of this. The code has mostly been revamped at https://github.com/oduwsdl/tmvis. Thank you for letting us know.