Skip to main content

Python library to access Liknkedin API

Project description

===============================
Python Linkedin API
===============================

.. image:: https://img.shields.io/travis/johnidm/PyLinkedinAPI.svg
:target: https://travis-ci.org/johnidm/PyLinkedinAPI

.. image:: https://img.shields.io/pypi/v/PyLinkedinAPI.svg
:target: https://pypi.python.org/pypi/PyLinkedinAPI


Python library to access Liknkedin API

* Free software: BSD license
* Documentation: https://PyLinkedinAPI.readthedocs.org.

Features
--------

* Basic Use


```
from 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')
```



History
-------

0.1.0 (2015-01-11)
---------------------

* First release on PyPI.

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.0.tar.gz (12.5 kB view hashes)

Uploaded Source

Built Distribution

PyLinkedinAPI-0.1.0-py2.py3-none-any.whl (4.5 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