Small bot that applies to LinkedIn Easy Apply jobs for you. Not really a choosy picker, will pretty much apply to anything it can get it's hands on (which is honestly what I'm doing in this job market).
- Windows (for now)
- Chromedriver downloaded and stored in your working directory
These can be found at: http://chromedriver.chromium.org/downloads - Python 3.x
- Selenium and BeautifulSoup4 imports:
If you have pip, these can be downloaded by the commands
pip install selenium
pip install BeautifulSoup4
-
You must have filled out a LinkedIn easy apply application before (LinkedIn stores your answers so you don't have to fill them again or think about them again)
-
Username and Password stored in text files named username.txt and password.txt respectively - or you could add them yourself in the code
- Does NOT have functionality to apply through third-party application websites (i.e., anything not easy apply)
- Does NOT have functionality to selectively choose jobs (apart from LinkedIn's own filters)
- Breaks if something unexpected happens (eg. a job that does not have the preset questions even for linkedIn easy apply)
Thank you!
For comments, compliments, or constructive criticism please email ayushlall@g.ucla.edu