Automate your LinkedIn job applications with ease!
This Python and Selenium-based bot automates applying to jobs using the Easy Apply feature on LinkedIn.
- Apply to thousands of jobs effortlessly.
- Track application dates and times for performance analysis.
- Use at your own risk. LinkedIn may restrict or suspend accounts for bot usage.
- Consider this an educational project.
-
Modify the
config.pyfile locally to include your LinkedIn credentials, personal information, and job preferences. -
Install python3 and pip3 on your system. Then, install the required dependencies using the following commands: (Unix commands)
sudo apt-get install python3
python3 -m pip install -r requirements.txt- Run the bot with python
python3 main.pyOptionally, watch this video tutorial by voidbydefault during his time maintaining the project, on YouTube.
- Optional BI dashboard setup: Watch this YouTube video.
- Troubleshooting: Encounter errors? Ensure dependencies are installed.
- Issues Raise issues page at my GitHub.
By supporting this project, you help maintain and improve the bot. Your support is greatly appreciated!
See the sponsor button on the top right of the page or click here.
Also, buy a coffee for voidbydefault through PayPal for his efforts maintaining and improving this bot!
- Maintenance and significant updates: Micheal Dingess
- Improvements and maintenance contributions: voidbydefault with fork voidbydefault/EasyApplyBot
- Original developer: Nathan Duma with NathanDuma/LinkedIn-Easy-Apply-Bot