Bot used for LinkedIn easy apply
Edit the config.json to match your job search criteria
To upgrade the program on your machine simply pull the main branch, in your terminal type
git pullgit clone https://github.com/chunkingz/linkedInEasyApplyBot.gitcd linkedInEasyApplyBot && npm itouch .env[email protected]
PASSWORD=your_passwordnpm startnpm run devIf you would like to add a different language for internationalization, simply create the json file in the i18n directory with the language initials and add the translations.
example:
touch fr.json # `fr` = french translationAlso feel free to submit issues and open PR's.