https://github.com/zeuxisoo/tools-hofbot
A tools for automatelly to do easy action on defined webpage
https://github.com/zeuxisoo/tools-hofbot
bot javascript nodejs
Last synced: about 2 months ago
JSON representation
A tools for automatelly to do easy action on defined webpage
- Host: GitHub
- URL: https://github.com/zeuxisoo/tools-hofbot
- Owner: zeuxisoo
- Created: 2020-05-06T06:12:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T18:23:29.000Z (about 4 years ago)
- Last Synced: 2025-01-29T11:47:35.993Z (over 1 year ago)
- Topics: bot, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 516 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tools HofBot
A tools for automatelly to do easy action on defined webpage
## Usage
Install the dependencies
yarn install
Or you can using the `npm`
npm install
Copy the default settings
cp settings.json.example settings.json
Edit the default settings like url endpoint, login name, password, attack time settings and so on
nano settings.json
## Action List
Attack the monster
node index.js attack -t monster
Attack the boss
node index.js attack -t boss
List your char
node index.js char -l
List the monster
node index.js monster -l
List the boss
node index.js boss -l
Watering time tree
node index.js timetree
Show the settings
node index.js settings