linkedin-auto-post

A nodejs package to upload or post content on linkedin automatically.

Usage no npm install needed!

<script type="module">
  import linkedinAutoPost from 'https://cdn.skypack.dev/linkedin-auto-post';
</script>

README

linkedin-auto-post is a nodejs package to post content on linkedin using browser automation. It currently runs only on windows.

Installation

npm install linkedin-auto-post

Example

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

var linkedin=require("linkedin-auto-post");

function post(){
    linkedin.upload_content('post text')
}
linkedin.login_cookie(cookie_list,post)

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-post");

Login with credentials

linkedin.login(username,password)

Login with cookies

linkedin.login_cookie(list_of_cookies)

Post Content

linkedin.upload_content('post text')

Cookies

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

Contact Us