alexlostorto / linkedin-connect

Networking made more efficient.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linkedin Connect

An extension designed to make networking WAY easier!

Maintainability User Count

Welcome to my Linkedin Connect Bot! Please read the terms and conditions here before using the extension.

# List of programs
1. console.js
2. chrome_extension

✨ Features

  • Automatically connects with specific people on Linkedin
  • Can be used on Android (through Kiwi Browser)

⚡ Quick setup

  1. Go to https://www.linkedin.com/mynetwork
  2. Open the Developers Console with Ctrl + Shift + J
  3. Copy and paste the code from console.js into the browser's developer console.
  4. Replace the variables below with appropriate values (separated by a space).
let descriptions = ''; // Example: 'software engineer computer'
let actions = ''; // Example: 'connect follow'
  1. Star the repo 😄

Note This is the temporary version of the program, download the Chrome Extension here to use it permanently.

📋 How to Use

Click on the extension and enter any words (separated by a space) that you want to be included in the user's description or action.

Image of the Linkedin Connect popup

⚖️ Terms and Conditions

All code in this repository was developed by Alex lo Storto except where otherwise noted. Copyright (c) 2023, Alex lo Storto. All rights reserved. The code is licensed under the MIT license.

FOR EDUCATIONAL PURPOSES ONLY.

THIS PROGRAM CONTAINS AN AUTOMATED CONNECT FUNCTION. ANY USERS OF THIS SOFTWARE
SHALL NOT MODIFY IT FOR UNLAWFUL OR UNETHICAL USE OF THE LINKEDIN WEBSITE.

THIS IS AN OPEN-SOURCE AND FREE SOFTWARE WHICH DOES NOT INCLUDE PURCHASES
OF ANY KIND.

ALL COMPLAINTS SHALL BE FORMALLY ADDRESSED AS A GITHUB ISSUE ON THIS
REPOSITORY.

THIS PROGRAM HAS NO CONNECTION WITH LINKEDIN. CHEATING OF ANY KIND IS NOT
TOLERATED AND WE DO NOT TAKE ANY LIABILITY FOR THE USE OF THIS PROGRAM BY
ANY USERS. WE DO NOT TAKE ANY LIABILITY FOR ANY DAMAGES INCURRED BY THE USE
OF THIS SOFTWARE.

For full terms, see the T&C file. If you have any questions, comments, or concerns about licensing please contact us.

About

Networking made more efficient.

License:MIT License


Languages

Language:JavaScript 72.5%Language:CSS 15.0%Language:HTML 12.5%