Git Product home page Git Product logo

linkedin-jobs's Introduction

Linkedin EasyApply Bot -UPDATED 2021

Automate the application process on LinkedIn(Easy Apply)

Video:

Setup

The run the bot install requirements

pip install -r requirements.txt

Enter your username, password, and search settings into the config.yaml file

username: # Insert your username here
password: # Insert your password here

positions:
- # positions you want to search for
- # Another position you want to search for
- # A third position you want to search for

locations:
- # Location you want to search for
- # A second location you want to search in 

uploads:
 Resume: # PATH TO Resume 
 Cover Letter: # PATH TO cover letter
 Photo: # PATH TO photo
# Note file_key:file_paths contained inside the uploads section should be writted without a dash ('-') 

output_filename:
- # PATH TO OUTPUT FILE (default output.csv)

33blacklist:
- # Company names you want to ignore

NOTE: AFTER EDITING SAVE FILE, DO NOT COMMIT FILE

Uploads

There is no limit to the number of files you can list in the uploads section. The program takes the titles from the input boxes and tries to match them with list in the config file.

Execute

You can execute by running the ipynb file in the Jupyter ntoebook You can also execute the bot by running the following in your terminal

Notes

The bot will run by default for 10 hours and will sleep to make sure everything loads, have also added random to make us look human.

## Notes
python3 easyapplybot.py

linkedin-jobs's People

Contributors

ahitokun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.