Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammadabir64/linkedin-connections-remover
Automate LinkedIn connection removal with Python and Selenium.
https://github.com/muhammadabir64/linkedin-connections-remover
Last synced: about 1 month ago
JSON representation
Automate LinkedIn connection removal with Python and Selenium.
- Host: GitHub
- URL: https://github.com/muhammadabir64/linkedin-connections-remover
- Owner: muhammadabir64
- Created: 2024-11-13T06:38:15.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T06:46:42.000Z (about 2 months ago)
- Last Synced: 2024-11-13T07:31:25.510Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkedIn Connection Removal Automation
Automate the removal of LinkedIn connections using Python and Selenium. This script logs in to your LinkedIn account, navigates to your connections, and removes each connection one-by-one with delays to mimic human behavior, minimizing the risk of account bans.
## Features
- **Automated Login**: Securely logs in to your LinkedIn account using credentials stored in an `.env` file.
- **Human-like Interaction**: Each step includes a delay to replicate human timing, helping to avoid detection.
- **Looped Removal**: Continuously removes connections until there are none left.## Requirements
- Python 3.x
- Firefox browser
- `selenium`, `python-dotenv`## Setup and Usage
1. Clone the repository:
```bash
git clone https://github.com/muhammadabir64/linkedin-connections-remover.git
cd linkedin-connection-remover
```
2. Install the required libraries:
```bash
pip install selenium python-dotenv
```
3. Set up a `.env` file in the project directory with your LinkedIn login credentials:
```bash
[email protected]
PASSWORD=your_password
```
4. Run the script:
```bash
python app.py
```
5. Sit back as the script removes connections one-by-one.