Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chunkingz/linkedineasyapplybot
- Owner: chunkingz
- Created: 2024-10-07T00:05:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T22:29:37.000Z (about 1 month ago)
- Last Synced: 2024-12-22T23:25:58.084Z (about 1 month ago)
- Topics: bot, browser-ochestration, csv, javascript, linkedin, puppeteer
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- 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 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.