Giter Site home page Giter Site logo

linkedin-bot-connectrequest's Introduction

LINKEDIN-BOT

A linkedin-bot which automate the connection request to connections on LinkedIn

Running it locally on your machine

  1. Clone this repo , cd to project root and add .env file with your username and password.
  2. Make sure node is installed on your system.
  3. Install chrome-driver on your system.
  4. Install dependencies using npm i
  5. Run node index.js

Running it on cloud instance like AWS

  1. SSH into your cloud instance.
  2. Clone this repo.
  3. Configure your environment variables.
     3.a) MacOS/Linux
    > export USERNAME="Replace this with your linkedin username without quotes)"
    > export PASSWORD="Replace this with your linkedin password without quotes)"
     3.b) Windows-CMD
    > setx USERNAME "Replace this with your linkedin username without quotes"
    > setx PASSWORD "Replace this with your linkedin password without quotes"
    & ensp;3.c) Powershell
    > $Env:USERNAME="Replace this with your linkedin username"
    > $Env:PASSWORD="Replace this with your linkedin password"
  4. Install node and chrome-driver.
  5. cd to project root and install dependencies using npm i
  6. Run the application.
     6.a) Launch script by running node index.js
     6.b) Launch using pm2 by running npm install pm2@latest -g && pm2 start index.js

linkedin-bot-connectrequest's People

Contributors

hkirat avatar hs918131 avatar akshay-khanapuri-twilio avatar x0samnan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.