npm

ubiquo-linkedin-bot

1.0.6 • Public • Published

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

  1. Download nodejs from Nodejs Official Page and install it.
  2. Install the ubiquo-cli package globally using npm:
npm i -g ubiquo-linkedin-bot
  1. Run the bot:
ubiquo-linkedin-bot "email@gmail.com" "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

/ubiquo-linkedin-bot/

    Package Sidebar

    Install

    npm i ubiquo-linkedin-bot

    Weekly Downloads

    0

    Version

    1.0.6

    License

    ISC

    Unpacked Size

    263 kB

    Total Files

    7

    Last publish

    Collaborators

    • lvargas9715