kenuxi

Results 5 comments of kenuxi

@Tabish-Invo what's the problem with the solution above?

@manuelrech I have tried this with both 1.0.0 and 2.0.0 and I can't figure it out. I also added ``` linkedin.py, line 928 res = self._fetch(f"/messaging/conversations?start=100", params=params) ``` which then...

In the end I found a solution that works for me in this issue: https://github.com/tomquirk/linkedin-api/issues/46 You can pass unix timestamp as the parameter `created_before` into the function. I was actually...

I will have time to make a PR tomorrow. Did you manage to implement it locally?