linkedin-auto-connect
linkedin-auto-connect copied to clipboard
Try requesting endlessly until exited manually
It would be better if the program tried to send request endlessly increasing the time gap recursively until a point until exited manually.
Can we send this to a specific technology professionals rather than PYMK ?
@Dhavalu585,
I was also thinking regarding this If one could send connection requests from a list of people usernames. I will add this feature for sure.
@rousan - Thank You, I will be surely watching this space :) Good luck !
@rousan - Also, if you see the below script, it just opens the page on people search, does not send connections..
https://github.com/vince-lynch/linkedin-auto-adder/blob/9307b27c7a3b1fc91e1664b741e83ca3c0415999/run-on-page-script.js
Hey @Dhavalu585 I have added that feature, check https://github.com/agarwalyeshu/linkedin-auto-connect Clone it then run node/src/cli.js
@agarwalyeshu - I did try this, but the below does not work, it still sends request to People You May Know and not to specific set of people
$ lac -u <enter_your_linkedin_email> -k <keyword like Full Stack Developer> Enter LinkedIn password: *****
@agarwalyeshu - Do I need to install any binaries ?
@Dhavalu585 as this is the forked version running via lac command will run the old code. You have to clone/download this code https://github.com/agarwalyeshu/linkedin-auto-connect then go to the archived directory using terminal/command prompt then run "npm start" or "node src/cli.js"
@agarwalyeshu - I have cloned your repository , below is the link, https://github.com/Dhavalu585/Linkedin-auto-connect1.git
How do I go to the archived directory using terminal/ command prompt
Please help !