Skip to content

Latest commit

 

History

History
74 lines (33 loc) · 2.12 KB

README.md

File metadata and controls

74 lines (33 loc) · 2.12 KB

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 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

  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

  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 !!!!!!!