linkedin-message-sender
v1.0.2
Published
A nodejs package to send messages to user on linkedin automatically.
Downloads
15
Maintainers
Readme
Linkedin-Message-Sender is a nodejs package to send message on linkedin using browser automation. It currently runs only on windows.
Installation
npm install linkedin-message-sender
Example 1
In this example we first import package, then we login with cookies and then send message on linkedin with profile link.
var linkedin=require("linkedin-message-sender");
function send(){
linkedin.send_message('profile_link', 'message to send')
}
linkedin.login_cookie(cookie_list,send)
Example 2
In this example we first import package, then we login with cookies and then send message on linkedin by name.
var linkedin=require("linkedin-message-sender");
function send(){
linkedin.send_message_by_name('Kevin', 'hi')
}
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-message-sender");
Login with credentials
linkedin.login(username,password)
Login with cookies
linkedin.login_cookie(list_of_cookies)
Send message by profile link
linkedin.send_message('profile_link','message to send')
Send message by name
linkedin.send_message('profile_link','message to send')
Cookies
To login with cookies Edit this Cookie Extension can be added to browser