Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 798 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 798 Bytes

Linkedin Autoliker

Auto like new post of a given company in linkedin It will only like the first post on the page

Use at your own risk

How to use

git clone https://github.com/Pilou97/linkedin-auto-liker
npm i
npm run start

There are 5 environment variables, please , read the documentation

Environment variable

  • LINKEDIN_USERNAME: your mail address or phone number of your linkedin account
  • LINKEDIN_PASSWORD: your password of your linkedin account
  • ALL_POST_URL: the url of the posts to like
  • COMPANY_NAME: the name of the company (name used on the company's account page)
  • TIME_INTERVAL: the interval in seconds the programm will like, each 900 seconds for instance, default: 900

TODO:

  • scroll the user account and not the company account
  • improve log