Forum Moderators: phranque
I am looking to create a spider (complete with customer UserAgent). Are there any resources out there that can teach people how to right a spider. I will be using ASP.net and VB.net.
Here are the stages which I will need to know.
1. How to bring back the source code from a url and place it in a string.
2. How to remove anything between the < and > (brackets inclusive).
3. How to place the contents of an unknown quantity of href tags into variables
4. How to send a custom UserAgent when getting the page.
Thanks in advanced.
Chris.