Y
Hacker News
new
|
ask
|
show
|
jobs
by
profitbaron
5472 days ago
Personally, I'd use
http://www.phantomjs.org/
and create a script which loads the page like a browser. Once you've done that you can get it to take screenshot or use JS to pull data off the page.
1 comments
baconface
5472 days ago
Thanks. I really want to get this done with the command line and it looks like Phantom JS will do the trick.
link