Skip to content

hectorlutero/linkedin-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkedin-robot

This is a Robot to use Linkedin

In this code, I simply loggin in LinkedIn, and make a small publication mentioning a profile page as well.

Tips for getting your hands dirty

Use credentials.json for authentication porpuses. Use text-for-publication.json for type the message.

npm install
node index.js
const puppeteer = require("puppeteer");
const credentials = require("./config/credentials.json");
const textForPublication = require("./config/text-for-publication.json");
const socialProfile = textForPublication.socialProfile;

(async () => {
  // AWAIT YOUR CODE
})();

Technologies used for this masterpiece!

Node.js

Puppeteer

That's it Happy coding!

About

This is a Robot to use Linkedin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published