- Download node.js from https://nodejs.org/
- Open a console to test if node.js and is installed and see it version with this command
node -v
- Within the project use this command to download project libraries
npm install
you need to go to the service.json to enter service you want in your search, or you can put an url of yours in the url.json
- service.json is here to set the LinkedIn services you want to put in your search with their code
- user.json is here to set your LinkedIn account credentials
- url.json is here to set the url of search peoples you want the bot to use ( need to be a LinkedIn search url focus on people )
- Run the startConnect.js file to use the bot when the config files are ready
node startConnect.js