GitXplorerGitXplorer
S

linkedin-auto-connector

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
03034b060453ba506f209439d90958dc0eb130e1

fix:tests

SSuryac72 committed 3 months ago
Unverified
7aeeec2ee365f66e5f15f381aa0c4dbcf40bd039

Feat:linkedin extension

SSuryac72 committed 3 months ago
Unverified
dd704acee237c301039200888db2774a6bc23c81

feat: linkedin autoconnect extension

SSuryac72 committed 3 months ago

README

The README file for this repository.

LinkedIn Auto Connector Chrome Extension

A Chrome extension that automatically sends connection requests to a list of people on LinkedIn search results. For example, you can search for all CEOs in Bangalore on LinkedIn, and the extension will automatically press the "Connect" button for each profile on the first page of the search results. The extension waits a random amount of time between 5-10 seconds before sending each connection request to avoid detection.

The extension is implemented using React, Vite, and TypeScript. Unit tests for UI components are also included.

Features

  • Automatically sends connection requests to people in a LinkedIn search.
  • Works on the first page of LinkedIn search results.
  • Random delay (between 5-10 seconds) between each connection request.
  • Supports manual start and stop of the connection process.
  • Built with modern web technologies: React, Vite, and TypeScript.
  • Includes unit tests for React UI components.

Getting Started

Prerequisites

Make sure you have the following tools installed:

  • Node.js: v14 or above
  • npm ( Node Package manager )

Installation

  1. Clone the repository:

    git clone https://github.com/suryac72/linkedin-auto-connector.git
  2. Install Packages:

    npm install
  3. Run Build Script:

    npm run build
  4. Open Google Chrome and type chrome://extensions/ on place of URL

  5. On Top-Right Corner, There is one toggle of Developer Mode, Turn it on

  6. After that, there is one option of load unpacked on top-left of the screen. Upload dist folder on it. After that you will see Linkedin AutoConnect Extension on your extension lists

  7. Now, Go to linkedin.com and search for recruiters and enable the extension. It start sending connection request automatically as per problem statement