Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaali001/linkedin-automation
This project is for automating the process of connecting to people of same field or category, like if want to connect for the people working of a particular company or you want to connect with the people who are SDE.
https://github.com/kaali001/linkedin-automation
Last synced: 25 days ago
JSON representation
This project is for automating the process of connecting to people of same field or category, like if want to connect for the people working of a particular company or you want to connect with the people who are SDE.
- Host: GitHub
- URL: https://github.com/kaali001/linkedin-automation
- Owner: kaali001
- Created: 2024-04-06T18:35:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-06T19:54:37.000Z (9 months ago)
- Last Synced: 2024-11-02T10:05:09.810Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkedIn Connect Automation
This is a desktop application built using Tkinter and Selenium in Python to automate sending connection requests on LinkedIn.
## Features
- 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.## Prerequisites
- Python 3.x
- Chrome WebDriver (chromedriver)## Installation
1. Clone this repository to your local machine:
2. Install the required Python packages:
3. Download the Chrome WebDriver from [here](https://chromedriver.chromium.org/downloads) and place it in your project directory.
## Usage
1. Run the `linkedin_automation_gui.py` file using Python:
2. Fill in your LinkedIn credentials, search criteria, and click on the "Submit" button to start sending connection requests.
## How to create an executable file
You can convert the Python script into a standalone executable file using auto-py-to-exe.
1. Install auto-py-to-exe:
pip install auto-py-to-exe
2. in command prompt run:
auto-py-to-exe
3. below window will open : ![image](https://github.com/kaali001/Linkedin-automation/assets/115466381/44f4d3d3-d9fc-43fa-b262-dff08a5d4288)
4. In Script location , select your filename.py location
5. In Onefile select 'One directory' if your project contains multiple file and folder, Instead select 'Onefile'
6. In console window select 'Window based(hide the console)'
7. In Icon select a icon for your application , it must be in .ico file format (you can convert a .png to .ico online )
8. In Additional file , if you have multiple files or folder then select these in this.
9. Then we are good to go...
10. select the 'CONVERT .PY TO .EXE' button, and wait a few minutes.
11. On successful compilation , you will get below window : ![image](https://github.com/kaali001/Linkedin-automation/assets/115466381/d418258d-c3de-4ec9-a14a-1c377bf4a5c0)
12. 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 !!!!!!!