l4rm4nd / LinkedInDumper

Python 3 script to dump/scrape/extract company employees from LinkedIn API
https://hub.docker.com/r/l4rm4nd/linkedindumper
387 stars 42 forks source link

Add jitter #9

Closed djackreuter closed 7 months ago

djackreuter commented 7 months ago

Hi, this is a great tool! I was getting an error message after about 1/3 of the way through. It looked like it was getting blocked after a period of time. Screenshot 2024-03-12 093651

I added a --jitter flag to introduce some random delays to the API request. It fixed the issue and it is now able to complete successfully.

l4rm4nd commented 7 months ago

LGTM. Thanks for contributing!