[Release] Web Scraping Toolkit (Class Library)
Hey guys, spent a little time tonight knocking up a class library to include some of the major functions I like to use to make various web-scraping project. I only added really general functions to this library as you'll obviously need to make some custom shit depending on the information you need from each webpage, but these will sure make it easier.
Features in this Library:

How to use the class
First you need to reference the library (Project -> Add Reference -> Browse -> Locate Dll)
Next, you should import the namespace
[highlight=vb.net]
Imports WebClasses
[/highlight]
Now to create a new instance of the class:
[highlight=vb.net]
Dim wClass As New WebClass
[/highlight]
Now you call the classes methods from your instance of the class (I documented all the methods, so you'll be able to see their functionality when you use the library)
Anyway, I made this for myself as I do lots and LOTS of webscraping, and got sick of rewriting a lot of functions. But, I hope this assists others.
Virus Scans:
VirusTotal - Free Online Virus, Malware and URL Scanner
WebClasses.zip MD5:0c5ce2a77fa30574158dde39acb72fd3 - VirSCAN.org Scanners did not find malware!
Brought to you by MPGH Official Development and Design Team.
Coded exclusively by: Jason.
Enjoy niggaz
Features in this Library:

How to use the class
First you need to reference the library (Project -> Add Reference -> Browse -> Locate Dll)
Next, you should import the namespace
[highlight=vb.net]
Imports WebClasses
[/highlight]
Now to create a new instance of the class:
[highlight=vb.net]
Dim wClass As New WebClass
[/highlight]
Now you call the classes methods from your instance of the class (I documented all the methods, so you'll be able to see their functionality when you use the library)
Anyway, I made this for myself as I do lots and LOTS of webscraping, and got sick of rewriting a lot of functions. But, I hope this assists others.
Virus Scans:
VirusTotal - Free Online Virus, Malware and URL Scanner
WebClasses.zip MD5:0c5ce2a77fa30574158dde39acb72fd3 - VirSCAN.org Scanners did not find malware!
Brought to you by MPGH Official Development and Design Team.
Coded exclusively by: Jason.
Enjoy niggaz
WebClasses.zip




?
:P
:P
.
.