Skip to content

A simple LinkedIn Bot that applies to Easy Apply jobs for you.

Notifications You must be signed in to change notification settings

chilicrabcakes/linkedin_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

linkedin_bot

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).

What it needs to work

  • 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

(Possible) Bugs:

  • 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

About

A simple LinkedIn Bot that applies to Easy Apply jobs for you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages