minichiello / linkedin_connect

Configurable and easy to use LinkedIn tool to automate connections with personalized messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinkedIn Connect

LinkedIn Connect is a configurable and easy to use JavaScript script to automate connections with personalized messages.

LinkedIn Connect Demo

Prerequisites

Make sure your LinkedIn is in English

Usage

  1. Go to the People section of the company you're interested in (https://www.linkedin.com/company/{COMPANY_NAME}/people/)
  2. Modify the constants at the top of linkedin_connect.js to your liking
Constant Description
MAX_CONNECTIONS Maximum amount of connection requests
WAIT_TO_CONNECT Time in ms to wait before requesting to connect
WAIT_AFTER_SCROLL Time in ms to wait before new employees load after scroll
MESSAGE Message to connect (%EMPLOYEE% and %COMPANY% will be replaced with real values, 300 characters max.)
POSITION_KEYWORDS Keywords to filter employees in specific positions
  1. Run it in the chrome dev tools console (or add it as a snippet)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Disclaimer

The code within this repository comes with no guarantee, the use of this code is your responsibility. Use at your own risk.

About

Configurable and easy to use LinkedIn tool to automate connections with personalized messages.

License:MIT License


Languages

Language:JavaScript 100.0%