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.
Clone it on Github: PyLinkedIn.
git clone https://github.com/alvarovmz/PyLinkedIn.git
Or install it from the Python Package Index
pip install PyLinkedIn
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 )
PyLinkedIn is distributed under the GNU Lesser General Public Licence. See files COPYING and COPYING.LESSER, as requested by GNU.
- User details:
- Basic attributes
- Skills
- Languages
- Connections
- Certifications
Original project from Vincent Jacques: PyGithub
Michael Helmick: Linkedin API client