This is a desktop application built using Tkinter and Selenium in Python to automate sending connection requests on LinkedIn.
- Log in to LinkedIn with your credentials.
- Specify search criteria such as keywords, start and end page numbers.
- Sends connection requests to the people matching the search criteria.
- Python 3.x
- Chrome WebDriver (chromedriver)
-
Clone this repository to your local machine:
-
Install the required Python packages:
-
Download the Chrome WebDriver from here and place it in your project directory.
-
Run the
linkedin_automation_gui.py
file using Python: -
Fill in your LinkedIn credentials, search criteria, and click on the "Submit" button to start sending connection requests.
You can convert the Python script into a standalone executable file using auto-py-to-exe.
-
Install auto-py-to-exe:
pip install auto-py-to-exe
-
in command prompt run:
auto-py-to-exe
-
In Script location , select your filename.py location
-
In Onefile select 'One directory' if your project contains multiple file and folder, Instead select 'Onefile'
-
In console window select 'Window based(hide the console)'
-
In Icon select a icon for your application , it must be in .ico file format (you can convert a .png to .ico online )
-
In Additional file , if you have multiple files or folder then select these in this.
-
Then we are good to go...
-
select the 'CONVERT .PY TO .EXE' button, and wait a few minutes.
-
click on 'OPEN OUTPUT FOLDER' , Then choose your application and double click on it , and Bammmm !!!!! , your desktop application is ready to share to any body.
THANKS , Happy Coding !!!!!!!