Chanakya AI Intelligent Solutions for a Smarter Future

LinkdIn-Automatic-Network-Increaser

This Python script automates sending connection requests on LinkedIn using Selenium WebDriver.

Language: Jupyter Notebook

Stars: 0

Forks: 0

Watchers: 0

View on GitHub

README

LinkedIn Auto-Connect Bot 🤖

This Python script automates sending connection requests on LinkedIn using Selenium WebDriver. It navigates to the "Grow your network" page, clicks "Load more", and sends connect requests to all visible profiles.


🚀 Features


🛠 Requirements

Python Packages

bash pip install selenium pyautogui


📄 Usage

  1. Clone the Repository

bash git clone https://github.com/nabeelalikhan0/LinkdIn-Automatic-Network-Increaser.git cd linkedin-auto-connect-bot

  1. Set your LinkedIn credentials

Replace these lines in the script with your actual credentials:

python email = "your_email@example.com" password = "your_password"

⚠️ Important: Never commit your credentials to GitHub. Use environment variables or secret managers in real projects.

  1. Run the script

bash python auto_connect.py


📸 Demo

alt text

⚠️ Disclaimer


📬 Contact

Created by Nabeel Ali Khan(https://www.instagram.com/nabeelalikhan_/)
Feel free to open issues or submit PRs for improvements!