Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 month ago
JSON representation

Bot used for easy apply on LinkedIn

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 protected]
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.