View Single Post
Old Jul 19th, 2006, 10:07 AM   #4
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Any language with a "urlopen" feature (assuming that the data is access through HTTP), and any language with regular expressions (for parsing the data), should be fine.

Python, Ruby and Perl all have such features. I prefer Python myself, but it's really a matter of taste.
Arevos is offline   Reply With Quote