Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 2.08 KB

File metadata and controls

52 lines (33 loc) · 2.08 KB

LinkedIn Easy Apply Bot

Automate your LinkedIn job applications with ease!

This Python and Selenium-based bot automates applying to jobs using the Easy Apply feature on LinkedIn.

Key Features

  • Apply to thousands of jobs effortlessly.
  • Track application dates and times for performance analysis.

Important

  • Use at your own risk. LinkedIn may restrict or suspend accounts for bot usage.
  • Consider this an educational project.

Getting Started

  1. Modify the config.py file locally to include your LinkedIn credentials, personal information, and job preferences.

  2. 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
  1. Run the bot with python
python3 main.py

Optionally, watch this video tutorial by voidbydefault during his time maintaining the project, on YouTube.

Additional Resources

  • Optional BI dashboard setup: Watch this YouTube video.
  • Troubleshooting: Encounter errors? Ensure dependencies are installed.
  • Issues Raise issues page at my GitHub.

Support This Project

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!

Credits