linkedin-follow-company

A nodejs package to follow company on linkedin automatically.

Usage no npm install needed!

<script type="module">
  import linkedinFollowCompany from 'https://cdn.skypack.dev/linkedin-follow-company';
</script>

README

linkedin-follow-company is a nodejs package to follow a company on linkedin using browser automation. It currently runs only on windows.

Installation

npm install linkedin-follow-company

Example

In this example we first import package, then we login with cookies and then follow company.

var linkedin=require("linkedin-follow-company");

function folow(){
    linkedin.follow_company('company_link')
}
linkedin.login_cookie(cookie_list,folow)

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-follow-company");

Login with credentials

linkedin.login(username,password)

Login with cookies

linkedin.login_cookie(list_of_cookies)

Follow company

linkedin.follow_company('company_link')

Cookies

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

Contact Us