0
Guys i wanna creat a web bot with c# how can i start?
4 Answers
0
Like I made a webcrawler once. all it did was goto a website I gave it, it copied all the links on the page and stored them in a txt file. when it was done searching that page it went to the first url it put in the txt file and repeated the process.. Step one for me was for my program to goto the website
0
What kind of web bot?
Off the top, I would start my program with getting the ability to access a webpage.
0
what do you mean by accessing a web page
0
what should i do after that?