1. Installation - Ranork/Auto-Linkedin GitHub Wiki
Install Auto-Linkedin via NPM
- Create a new directory
mkdir linkedinAutomation
cd linkedinAutomation
- Init NPM
npm init -y
- Install package:
npm install auto-linkedin
Install Auto-Linkedin via Github
- Clone the project:
git clone https://github.com/Ranork/Auto-Linkedin.git
- Navigate to the project directory:
cd Auto-Linkedin
mkdir cache
- Install the dependencies:
npm install