Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 512 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 512 Bytes

LINKEDIN BOT

A simple linkedIn bot that applys jobs for you

To run the program, you need a virtual environment

python3 -m venv venv

But before that we have to install the depenancies

# Install necessary libraries
pip install selenium


Install Web Driver

start a virtual environment

source venv/bin/activate

then go to config.py and fill in the values you wanr eg

parameters = {
    first_name = 'Angella',
}

then when you are done run the file:

python3 main,py