python-linkedin icon indicating copy to clipboard operation
python-linkedin copied to clipboard

Python interface to the LinkedIn API

Results 64 python-linkedin issues
Sort by recently updated
recently updated
newest added

Image link broken in readme

1. Firstly, the package on Pypi doesn't work, but of course the version on Github can work. 2. Secondly, we I start the example/http_api.py as server, and then visit localhost...

Putting it simply: `File "/usr/local/lib/python3.6/dist-packages/linkedin/server.py", line 24 print auth.authorization_url ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int auth.authorization_url)?`

When i run the http_api.py with my key, secret and used any port, it call an exeption: > Exception happened during processing of request from ('127.0.0.1', 52357) But i don't...

When running `http_api.py` its giving me this error: ``` Mathiss-iMac:match_ai mathis$ python3 http_api.py Traceback (most recent call last): File "http_api.py", line 17, in from linkedin.linkedin import LinkedInAuthentication, LinkedInApplication, PERMISSIONS File...

I'm looking for to build a dashboard that shows historical post activity. I see there is a share API but does anyone know of way to pull analytics behind shares/posts?

``` Traceback (most recent call last): File "link-api.py", line 1, in from linkedin import linkedin File "/home/leo_g/python-linkenin/venv/lib/python3.4/site-packages/linkedin/linkedin.py", line 294 except (requests.ConnectionError, requests.HTTPError), error: ``` I get the above error during...

Here's the error message: `Exception happened during processing of request from ('127.0.0.1', 57697) Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py", line 647, in process_request_thread self.finish_request(request, client_address) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py", line 357,...