Skip to main content

Client for LinkedIn API

Project description

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

Project details


Release history Release notifications | RSS feed

This version

0.1

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page