Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/methuz/farmerworlds-bot
https://github.com/methuz/farmerworlds-bot
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/methuz/farmerworlds-bot
- Owner: methuz
- Created: 2021-10-12T05:16:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T08:18:28.000Z (about 3 years ago)
- Last Synced: 2025-01-15T23:36:52.995Z (8 days ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# farmerworlds-bot
I develope this project to use on my own, So some features might not be included for example, breeding.
Private key safety depends on the server you are running. Use it at your own risk.
This project is not for non-programmer users. No support will be provided.Feel free to fork or pull request.
Star and follow for upcoming project.# How to
You need Anchor wallet instead of WAX Wallet to be able to export private key
1. Install NodeJS
2. `npm install`
3. `npm install -g pm2` or use any cron you want
4. config .env
5. config items.json
6. pm2 start index.js --cron "*/10 * * * *" --no-autorestart // Auto refill energy, Auto crops
7. pm2 start scripts/feedCow.js --cron "*/10 * * * *" --no-autorestart //Auto feed cow```
KEY=
ENABLE_REFILL_ENERGY=
ENERGY_TRSH=
```LICENSE MIT