|
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.
|