Coder Social home page Coder Social logo

linkedin-easy-apply-bot's Introduction

Linkedin easy apply bot

A tool designed to save you time when applying to linkedin jobs by applying to the jobs automatically for you

To run this tool follow the following steps

First step, install the project's dependencies:

npm i

Second step, copy the sample configuration file to your environment and fill it with your information

cp sample_config.ts config.ts

config.ts

export default {
  // LOGIN DETAILS
  LINKEDIN_EMAIL: "your-linkedin-email",
  LINKEDIN_PASSWORD: "your-linkedin-password",

  // JOB SEARCH PARAMETERS
  KEYWORDS: "your-job-search-keywords",
  LOCATION: "your-job-search-location",
  WORKPLACE: {
    REMOTE: true, // whether-you-want-remote-jobs-or-not(true/false)
    ON_SITE: true, // whether-you-want-on-site-jobs-or-not(true/false)
    HYBRID: true, // whether-you-want-hybrid-jobs-or-not(true/false)
  },
  JOB_TITLE: "a-regex-to-match-with-the-job-title",
  JOB_DESCRIPTION: "a-regex-to-match-with-the-job-description",

  // FORM DATA
  PHONE: "your-phone-number",
  CV_PATH: "path-to-your-cv",
  COVER_LETTER_PATH: "path-to-your-cover-letter",
  HOME_CITY: "where-you-are-based",
  YEARS_OF_EXPERIENCE: { // an-object-with-the-skills-as-keys-and-the-years-of-experience-as-values
    "angular": 5,
    "react.js": 6,
  },
  LANGUAGE_PROFICIENCY: {  // an-object-with-the-languages-as-keys-and-your-proficiency-as-values
    "english": "professional",
    "spanish": "native",
    "french": "professional"
  },
  REQUIRES_VISA_SPONSORSHIP: false, // whether-you-require-visa-sponsorship-or-not(true/false)
  TEXT_FIELDS: { // an-object-with-the-regexes-to-match-input-labels-as-keys-and-the-input-values-as-values (text value)
    "salary": "60k"
  },
  BOOLEANS: { // an-object-with-the-regexes-to-match-input-labels-as-keys-and-the-input-values-as-values (true/false value)
    "bachelhor|bacharelado": true,
    "authorized": true
  },
  MULTIPLE_CHOICE_FIELDS: { // an-object-with-the-regexes-to-match-input-labels-as-keys-and-the-input-values-as-values (option value)
    "pronouns": "They/them"
  },

  // OTHER SETTINGS
  SINGLE_PAGE: false, // whether-you-want-the-applied-job-windows-to-close-after-applying(true/false)
}

Third step, run the program

npm run apply

To run the program without pressing the submit form button (for testing purposes)

npm run start

linkedin-easy-apply-bot's People

Contributors

joaosilvalopes avatar pmdacosta avatar charchalis 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.