views:

28

answers:

1

Lets say I want to go into my LinkedIn account and pull out the summary about myself:

I'd...

1) Give the program the credentials to my account,

2) Have the program "log in" to the website

3) Go to my profile page

4) Look for keywords in the page to pull out my summary.

Which programming language should I use and where could I learn how to do this?

All help is much appreciated.

A: 

Use any web-capable language, such as Python/Ruby/Perl.

See the API Docs.

mcandre
Could you provide me with any code to get me started? Possibly some sample methods from Ruby?
Justian Meyer
Try python-linkedin: http://code.google.com/p/python-linkedin/.
mcandre