adnanedrief / linkedin-job-apply-automation

LinkedIn job apply bot that automates job applications on LinkedIn using puppeteer(nodejs)
MIT License
32 stars 6 forks source link

build #5

Open necrose99 opened 2 weeks ago

necrose99 commented 2 weeks ago

make a build https://claude.ai/ https://github.com/lando/pkg-action

tweak config dyslexic so having "word soup " for keywords job titles makes for a pain to read... "keyword": "A|B|IC|D|E", A job keyword B etc for titles types etc ..

if only this couldn't handle indeed or ziprecruiter too... In this benighted economy... one needs tools to even the odds in tech...

{
  "email": "",
  "password": "",
  "ChromePath": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
  "keywords": [
    "a",
    "b",
    "v",
    "e",
    "c",
    "c"
  ],
  "location": "someplace",
  "Period": "Past Week",
  "AvgExperience": 2,
  "resolution": "--window-size=1300,700",
  "baseURL": "https://www.linkedin.com/login",
  "numberOfPagination": 14,
  "numberOfOffersPerPage": 25
}
{
  "name": "Linkedin Job Apply Automation Project",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "build": "pkg index.js --output linkedin-job-apply.exe",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Adnane Drief",
  "link": "https://github.com/adnanedrief/linkedin-job-apply-automation",
  "license": "MIT",
  "keywords": [
    "linkedin",
    "automation",
    "automation",
    "jobs",
    "Apply"
  ],
  "description": "",
  "dependencies": {
    "nodemon": "^3.1.3",
    "puppeteer": "^17.1.3"
  }
}
"scripts": {
  "build:win": "pkg index.js --target node14-win-x64 --output linkedin-job-apply.exe",
  "build:linux": "pkg index.js --target node14-linux-x64 --output linkedin-job-apply-linux",
  "build:macos": "pkg index.js --target node14-macos-x64 --output linkedin-job-apply-macos",
  "build": "npm run build:win && npm run build:linux && npm run build:macos"
}
necrose99 commented 2 weeks ago

pkg index.js --target node14-win-x64 --output linkedin-job-apply.exe

linkedin-job-apply-automation