dattito / Automate-LinkedIn-Job-Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate Job Application on LinkedIn with Selenium in Python

This is a simple and not complete automated LinkedIn Job Applier. If you want this to work properly you need to add the code for it to fill out your address and all the other information which is missing by the code. This code is just used to show the potential of Web Automation with Selenium

Setup

  1. Install Python and EdgeDriver(https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/) download the suiting stable version for your device or ChromeDriver(https://chromedriver.chromium.org/downloads) download the version which you have in your main chrome app.

  2. Install the requirements. "pip install selenium" in command line

  3. Create secret.py and define your variables EMAIL, PW and PHONE.

  4. Execute the code

About


Languages

Language:Python 100.0%