Skip to content

1. Installation

Emir OĞUZ edited this page Jul 10, 2024 · 1 revision

Install Auto-Linkedin via NPM

  1. Create a new directory
mkdir linkedinAutomation
cd linkedinAutomation
  1. Init NPM
npm init -y
  1. Install package:
npm install auto-linkedin

Install Auto-Linkedin via Github

  1. Clone the project:
git clone https://github.com/Ranork/Auto-Linkedin.git
  1. Navigate to the project directory:
cd Auto-Linkedin
mkdir cache
  1. Install the dependencies:
npm install