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 pull
git clone https://github.com/chunkingz/linkedInEasyApplyBot.git
cd linkedInEasyApplyBot && npm i
touch .env
EMAIL=your_email@example.com
PASSWORD=your_password
npm start
npm run dev
If 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 translation
Also feel free to submit issues and open PR's.