The purpose of a tool is to automate tedious task of adding new prospects to your connections. It is something that robot can do for you.
The flow looks pretty close to the following: 0) Drop leads.csv file to the root
- Log in Linkedin account.
- Check how many ppl are in the list, and if it's a proper format of the document.
- Check how many leads are in the list and show it to the user.
- Specify short message that will be sent to the lead.
- Launch the cycle:
- go to the lead's page
- click the connect button
- attach a message
- click send
- go to the next lead
- Report
- Exit/start again
Instalations: node ^12 selenium-webdriver ( npm install selenium-webdriver@3 ) chromedriver ( npm install chromedriver -g )