Manuel Rech

Results 8 comments of Manuel Rech

if you copy and paste that it does not work, there is a very simple indentation error that once fixed for me worked on the `main()` function. The `else` statement...

I have the same problem, are you using verison 1.0.0 or 2.0.0?

i know, through API I managed to get the last 20 also. However, I thought about using selenium to get the conversation_urns by interacting with the webpage of linkedin. Here...

I would really appreciate that, or in case you could post how you modified the function definition to include the parameter

Yes i did as on issue #46, getting batches of 20 and starting the next from `createdBefore = conversations['elements'][19]['events'][0]['createdAt']` of the previous batch, as @AchatY suggested in the issue. Thank...

you are using the wrong urn. use `api.get_profile('publicIdentifier')` where public identifier can be also found on the link on the search bar. then the dictionary output will show a key...

i was trying to search for 1st connections, how can i manage to get more than 1000 results?