Skip to content

matthewalunni/easy-apply-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-apply-bot

A LinkedIn Easy Apply bot to help with my job search.

Getting Started

First, clone the repository somewhere onto your computer, or download the .zip, extract, and navigate into the folder. Assuming you have Python3 installed, activate a virtual environment (optional) and enter the following command.

pip3 install -r requirements.txt

The config file template is shown below. You'll need to edit this according to what jobs you are looking for, and their locations. You will also need to add in your LinkedIn credentials. Make sure that the config file follows proper json syntax.

{
    "username": "username",
    "password": "password",
    "job_titles": [
        "Software Engineer",
        "Full Stack Developer",
        "Django Developer",
        "Python Developer",
        "IoT Developer",
        "React Native Developer",
        "React Developer"
    ],
    "locations": [
        "Remote"
    ]
}

A sqlite3 database will save the job title, company, location, workplace type, and the url of the LinkedIn posting that you have applied to.

python3 easy-apply.py in the project directory should run the bot.

About

A LinkedIn Easy Apply bot to help with my job search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages