This Python project automates the process of adding or following people on LinkedIn based on a provided CSV file.
- Python 3.x
- Selenium
- pandas
-
Clone the repository:
git clone https://github.com/samuelsilvadev/linkedin-automation.git cd linkedin-automation
-
Install the required packages:
pip install -r requirements.txt
-
Prepare your CSV file with the following columns:
URL
-
Create a
.env
file with your LinkedIn credentials, you can copy the .env.example:LINKEDIN_USERNAME = 'your_email@example.com' LINKEDIN_PASSWORD = 'your_password'
-
Run the script:
python connect_with_people.py --file path/to/your/csvfile.csv
Use this script responsibly and ensure compliance with LinkedIn's terms of service.
This project is licensed under the MIT License. See the LICENSE file for details.