https://github.com/chunkingz/linkedineasyapplybot
Bot used for easy apply on LinkedIn
https://github.com/chunkingz/linkedineasyapplybot
bot browser-ochestration csv javascript linkedin puppeteer
Last synced: about 1 year ago
JSON representation
Bot used for easy apply on LinkedIn
- Host: GitHub
- URL: https://github.com/chunkingz/linkedineasyapplybot
- Owner: chunkingz
- Created: 2024-10-07T00:05:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T21:40:33.000Z (over 1 year ago)
- Last Synced: 2025-03-29T10:05:14.939Z (about 1 year ago)
- Topics: bot, browser-ochestration, csv, javascript, linkedin, puppeteer
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkedIn Bot for Easy Apply
Bot used for LinkedIn easy apply
## User Config 📡
Edit the `config.json` to match your job search criteria
## For Existing Users 🤓
To upgrade the program on your machine simply pull the main branch, in your terminal type
```shell
git pull
```
# For New Users ✨
## Clone the repo
```shell
git clone https://github.com/chunkingz/linkedInEasyApplyBot.git
```
## Initialize the app
```shell
cd linkedInEasyApplyBot && npm i
```
## Add .env
```shell
touch .env
```
## Add your Linkedin credentials to the env file
```shell
EMAIL=your_email@example.com
PASSWORD=your_password
```
## Run the app
```shell
npm start
```
## Optional dev mode 🔧
```shell
npm run dev
```
## i18n 🈶
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:
```shell
touch fr.json # `fr` = french translation
```
Also feel free to submit issues and open PR's.