Skip to main content

Python library to access Liknkedin API

Project description

https://img.shields.io/travis/johnidm/PyLinkedinAPI.svg https://img.shields.io/pypi/v/PyLinkedinAPI.svg

Python library to access Linkedin API

Features

  • Basic Use

    from PyLinkedinAPI.PyLinkedinAPI import PyLinkedinAPI

    access_token = ‘AQVaE34Qblm6uIhh3wVLXuhQPSI…’

    linkedin = PyLinkedinAPI(access_token)

    print(linkedin.get_basic_profile())

    print(linkedin.get_companies()) specify fields

    linkedin.publish_profile(‘This is my first package in Python’)

    linkedin.publish_comapny(5470551, ‘This is my first package in Python’)

Utils

History

0.1.0 (2015-05-09)

  • First release on PyPI.

0.1.1 (2015-05-09)

  • Fixed bugs.

0.1.2 (2015-05-09)

  • Fixed bugs.

0.1.3 (2015-10-09)

  • Added support to share on LinkedIn a collection of content fields.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyLinkedinAPI-0.1.3.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

PyLinkedinAPI-0.1.3-py2.py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 2 Python 3

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