Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-05T16:54:19.000Z (about 1 month ago)
- Last Synced: 2024-12-05T17:41:38.129Z (about 1 month ago)
- Topics: csv, java, selenium, selenium-java
- Language: Java
- Homepage:
- Size: 0 Bytes
- 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 [email protected]: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 protected]
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.