linkedin-unfollow-company

A nodejs package to unfollow company on linkedin automatically.

Usage no npm install needed!

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

README

Linkedin-Unfollow-Company is a nodejs package to unfollow a company on linkedin using browser automation. It currently runs only on windows.

Installation

npm install linkedin-unfollow-company

Example

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

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

function unfolow(){
    linkedin.unfollow_company('company_link')
}
linkedin.login_cookie(cookie_list,unfolow)

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

Login with credentials

linkedin.login(username,password)

Login with cookies

linkedin.login_cookie(list_of_cookies)

Unfollow company

linkedin.unfollow_company('company_link')

Cookies

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

Contact Us