C# webscraper
This is a C# Visual Studio 2010, web scraper utility. A windows form application that allows a user to enter a URL into a text box and the application grabs the source and outputs it to a local file. This project can be manipulated to allow for multiple site scrapes using a predetermined array or list of URL's and run through them using a loop. the output stream can also be parsed for specific elements, images, files or text.