Tuesday, July 28, 2009

Best language for web-bot/spider?

I want to make a program that accepts a search string via a GUI. Then queries a handful of predetermined search engines and displays their results, if there were any. Im familiar with C++ but unsure if its appropriate for this type of program. What language should I use? Any tips?

Best language for web-bot/spider?
I would use C# (or managed c++) they have a large amount of libraries in the system.net namespace that would make this task pretty trivial.


No comments:

Post a Comment