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

👨‍💼Linkedin API for Python

Results 165 linkedin-api issues
Sort by recently updated
recently updated
newest added

I have 3-legged OAuth Access Token now i want authenticate the application with access token and get the Profile ( education , skill , work experiecnce , etc )

To prevent the challenge from being sent to me, I used Firefox cookies: - I logged in with Firefox - Then I extract the cookies with browser_cookie3 ```python cookiejar_simple =...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies

The 'get_post_comments' method does not fetch comments from a company post. The method that supports it is added

I was reading the code in detail and found that the validation of cookies in the linkedin class is also done in the client class in the authenticate method. There...