Skip to main content

Tutorial

First create a LinkedIn instance:

from linkedin import LinkedIn

g = LinkedIn( "api_key", "api_secret", "oauth_token", "oauth_token_secret" )

Then play with your LinkedIn objects:

for repo in g.get_user().get_skills():
    print i.skill.name

Reference documentation

See http://github.com/alvarovmz/PyLinkedIn

Release history Release notifications | RSS feed

This release

0.1

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page