Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.47 KB

ReadMe.md

File metadata and controls

60 lines (35 loc) · 1.47 KB

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