With this tool you can easily automate the process of applying for jobs on LinkedIn!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Install selenium. I used
pip
to install the selenium package.
pip install selenium
Fork and clone/download the repository and raname the sample-config.json
file to config.json
with:
- Your email linked to LinkedIn.
- Your password.
- Keywords for finding specific job titles fx. Machine Learning Engineer, Data Scientist, etc.
- The location where you are currently looking for a position.
Run python main.py
.
Please feel free to comment or give suggestions/issues.