Do you think is technically possible to take a screeshot of a website programmatically?
I would like to craft a scheduled Python task that crawls a list of websites
You can check webkit2png (only OS X) and khtml2png (Linux) and this post (use PyQt and WebKit).