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 Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page