Skip to content

Python library implementing the LinkedIn API

License

Unknown, LGPL-3.0 licenses found

Licenses found

Unknown
COPYING
LGPL-3.0
COPYING.LESSER
Notifications You must be signed in to change notification settings

alvarovmz/PyLinkedIn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLinkedin

This is a Python library to access the LinkedIn API.

With it, you can manage your LinkedIn resources (user profiles, companies, etc.) from Python scripts.

Should you have any question, or if you find a bug, or if there is something you can do with the API but not with PyLinkedIn, please open an issue.

Download and install

Clone it on Github: PyLinkedIn.

git clone https://github.com/alvarovmz/PyLinkedIn.git

Or install it from the Python Package Index

pip install PyLinkedIn

Tutorial

First create a Linkedin instance:

from linkedin import LinkedIn

Create a LinkedIn instance with:

l = LinkedIn(api_key, api_secret, oauth_token, oauth_token_secret )

Licensing

PyLinkedIn is distributed under the GNU Lesser General Public Licence. See files COPYING and COPYING.LESSER, as requested by GNU.

History

Version 0.1 (June 27th, 2012)

  • User details:
    • Basic attributes
    • Skills
    • Languages
    • Connections
    • Certifications

Mentions

Original project from Vincent Jacques: PyGithub

Michael Helmick: Linkedin API client

About

Python library implementing the LinkedIn API

Resources

License

Unknown, LGPL-3.0 licenses found

Licenses found

Unknown
COPYING
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages