Giter Club home page Giter Club logo

linkedin-connection-boost's Introduction

LinkedIn Boost Connection

Overview

LinkedIn Boost Connection is a serverless, automated tool designed to boost your LinkedIn network. Built on the Serverless Framework, it uses Puppeteer to automate the process of sending connection requests based on specified keywords. The application also creates a cron job in AWS to periodically send out these requests.

Note

Currently Linkedin is detecting the application as a bot and the tool fails. We are waiting on a lambda chromium binary to use the "new" headless chrome feature: Full build and attempt-solution is discussed here:

MonkeySee-AI/chromium#1

This repo works locally without any problems.

Steps

Clone the repository

git clone https://github.com/iwaduarte/linkedin-boost-connection.git

Navigate to the project directory

cd linkedin-boost-connection

Install chromium

npx @puppeteer/browsers install chrome@stable

Configure .env file

USER_LOGIN= linkedin_user
PASSWORD= linkedin_password

# local run - using locally is perfectly fine
IS_LOCAL_DEVELOPMENT=true
LOCAL_PATH=PATH/TO/CHROMIUM/chrome.exe 

Install dependencies

npm install

Deploy to AWS

Via serverless:

serverless deploy

Locally:

npm start

Usage

Once deployed, the AWS cron job will automatically run the application at the interval you've specified, sending out LinkedIn connection requests on your behalf.

Configuration

Environment Variables

Create a .env file in the root directory and specify the KEYWORDS you want to use:

.env

KEYWORDS=Engineer Developer Recruiter

AWS Cron Job

The cron job timing can be adjusted in the serverless.yml file under the functions section.

    events:
      - schedule: rate(1 day)

License This project is licensed under the MIT License.

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.