linkedin-auto-connect-bot

1.0.1 • Public • Published

Linkedin-Auto-Connect-Bot is a nodejs package to send connection on linkedin using browser automation. It currently runs only on windows.

Installation

npm install linkedin-auto-connect-bot

Example

In this example we first import package, then we login with cookies and then send connection on linkedin.

var linkedin=require("linkedin-auto-connect-bot");

function send(){
	linkedin.send_connection('profile_link')
}
linkedin.login_cookie(cookie_list,send)

Youtube Video

DataKund

datakund is needed for browser automation. As soon as this package is imported in code, automated browser will open up.

Import

var linkedin=require("linkedin-auto-connect-bot");

Login with credentials

linkedin.login(username,password)

Login with cookies

linkedin.login_cookie(list_of_cookies)

Send Connection

linkedin.send_connection('profile_link')

Cookies

To login with cookies Edit this Cookie Extension can be added to browser

Contact Us

Package Sidebar

Install

npm i linkedin-auto-connect-bot

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

1.96 kB

Total Files

3

Last publish

Collaborators

  • datakund