ubiquo-linkedin-bot
v1.0.6
Published
This bot is in charge of doing a search on Google with certain criteria that are specified when executing the bot, with the result of this search the bot will log in to the linkedin account entered and will search for all the profiles obtained from the se
Downloads
1
Readme
Ubiquo Linkedln Bot
Description
This bot is in charge of doing a search on Google with certain criteria that are specified when executing the bot, with the result of this search the bot will log in to the linkedin account entered and will search for all the profiles obtained from the search and then export them in an excel file.
Installation
- Download nodejs from Nodejs Official Page and install it.
- Install the ubiquo-cli package globally using npm:
npm i -g ubiquo-linkedin-bot
- Run the bot:
ubiquo-linkedin-bot "[email protected]" "password" "param 1","param 2","param 3" --output="C:\Users\user\Ubiquotech\" --fileName="profiles"
Parameters
- email: Email of the linkedin account(required).
- password: Password of the linkedin account(required).
- param 1,2,3,x...: List of parameters to search on google separated by commas(required).
- output: Path where the excel file will be saved(optional).
- fileName: Name of the excel file(optional).
Example