https://github.com/chunkingz/dicejobseasyapplybot
Bot used for easy apply on Dice.com jobs
https://github.com/chunkingz/dicejobseasyapplybot
csv java selenium selenium-java
Last synced: about 1 month ago
JSON representation
Bot used for easy apply on Dice.com jobs
- Host: GitHub
- URL: https://github.com/chunkingz/dicejobseasyapplybot
- Owner: chunkingz
- Created: 2024-12-05T16:48:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T16:32:36.000Z (over 1 year ago)
- Last Synced: 2025-02-13T21:37:19.384Z (over 1 year ago)
- Topics: csv, java, selenium, selenium-java
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dice Jobs Bot
Bot used for easy apply on Dice.com jobs
## 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 git@github.com:chunkingz/DiceJobsEasyApplyBot.git
```
## Navigate to the app directory
```shell
cd DiceJobsEasyApplyBot
```
## Add .env
```shell
touch .env
```
## Add your Dice credentials to the env file
```shell
EMAIL=your_email@example.com
PASSWORD=your_password
```
## Install the dependencies and build
```shell
mvn clean install
```
## Run the app
```shell
mvn exec:java -Dexec.mainClass="com.chunkingz.Main"
```
## Extras
Edit the `config.json` to match your job search criteria
## Dev Config
> OpenJDK: v22
>
> Maven: v3
Also feel free to submit issues and open PR's.