GitHub Repo: LinkedIn Connections Remover
Watch the tutorial: YouTube Video - LinkedIn Connections Remover
Are you tired of manually removing LinkedIn connections one by one? It’s a time-consuming process, especially when you have hundreds or even thousands of connections. Luckily, I’ve created a Python script that automates this tedious task, so you don’t have to spend hours cleaning up your LinkedIn profile.
What does the script do?
This Python script automatically logs into your LinkedIn account and removes your connections with just a few simple steps. It mimics human actions on LinkedIn, clicking through the interface as a user would, so there’s no risk of your account getting flagged or banned. The script uses Selenium WebDriver to interact with LinkedIn's web interface and remove connections efficiently.
How does it work?
- Login: The script logs into your LinkedIn account using your email and password stored securely in a
.env
file. - Navigate to connections: After logging in, it navigates to the Connections page where all your LinkedIn contacts are displayed.
- Remove connections: The script finds and clicks the necessary buttons to remove each connection.
- Track progress: The script tracks how many connections have been removed, showing the progress in the terminal.
- Repeat: It continues to remove connections one by one until none are left.
Why Use This Script?
- Saves Time: Instead of manually removing each connection, this script does it automatically for you.
- No Risk: The script mimics human behavior to avoid detection, ensuring that your LinkedIn account stays safe.
- Open Source: The full code is available on GitHub for anyone to use or modify.
Getting Started
You can download the script from my GitHub repository: LinkedIn Connections Remover. You’ll need Python and the Selenium library installed on your computer to run the script.
Watch the Tutorial
If you’re not familiar with how to run the script, don’t worry! I’ve made a YouTube tutorial that walks you through the entire process. You can watch it here: LinkedIn Connections Remover - YouTube Tutorial.
Conclusion
If you’re looking for an easy way to clean up your LinkedIn connections, this Python script is a simple and effective solution. Check out the GitHub repository for the full code, and make sure to watch the YouTube tutorial if you need help setting it up. If you find this helpful, leave a comment and let me know!
0 Comments