I don’t know of a specific tool, however, the .NET Framework has classes for creating HTTP requests, and CodePlex has an open source library called the “Html Agility Pack”, which is well versed in Html. By combining these tools, you are probably pretty easy to write them yourself. I used the Html Agility Pack myself in the past to get the Daily Dilbert cartoon to see if it could be done (someone else did, of course), and the Html Agility Pack was good enough for that if the memory serves.
source
share