Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/methuz/farmerworlds-bot


https://github.com/methuz/farmerworlds-bot

Last synced: 3 days ago
JSON representation

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