linkedin-unfollow-company

1.0.0 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i linkedin-unfollow-company

    Weekly Downloads

    2

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    1.83 kB

    Total Files

    3

    Last publish

    Collaborators

    • datakund