This script automates the process of sending connection requests on LinkedIn, helping you expand your professional network more efficiently.
- Automatically sends connection requests to targeted LinkedIn profiles
- Customizable connection message
- Rate limiting to avoid triggering LinkedIn's anti-automation measures
- Detailed logging of actions and results
- Python 3.7+
- Chrome browser
- ChromeDriver (Download from: https://googlechromelabs.github.io/chrome-for-testing/)
-
Clone this repository:
git clone https://github.com/yourusername/linkedin-connection-script.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Download the appropriate WebDriver for your browser and add it to your system PATH.
0. Make sure ChromeDriver is in your root directory.
-
Configure the script by editing
config.py
:- Set your LinkedIn credentials
- Customize your search criteria and connection message
-
Run the script:
python linkedin_connector.py
-
Monitor the console output and log file for progress and results.