Automatic website screenshots for Web app?
- by amfeng
Is there a way to take automatic screenshots of a web page (by specifying its URL) in a web app using PHP or Ruby on Rails? Perhaps using a plugin or some external REST service.
I've researched a lot, and nothing seems to fit except something like this (http://www.binarymoon.co.uk/2010/02/automated-take-screenshots-website-free/) but I doubt Wordpress would just let me spam their servers for something not Wordpress related.
I'd like to use it for my own web application so I'm not sure of the legal implications..how hard is this to implement myself? What does it entail?
Thanks!