Auto farming bot for Farmers World
- auto-claim crops (such as Barley and Corn)
- auto-feed animals (such as Cow, Chicken...; each with it's own compatible food type)
- auto-mine using tools (such as Axe, Chainsaw...)
- auto-recover energy
- auto-repair tools
- customizable config file
- support for multiple accounts
- a non custodial WAX wallet (one which you own the private keys)
- NodeJS (you can install it from here)
- clone this repo using
git clone https://github.com/benjiewheeler/farmers-bot
- or download it as a zip file
- in a command line window
- cd into the directory where you cloned/unzipped the repo
- install the dependencies by typing
npm install
- rename
.env.sample
to.env
and change it's content accordingly - run the bot by typing
npm run start
- pull this repo using
git pull origin master
- or download it as a zip file (and unzip it over the previous folder overwriting the existing files)
- (continue from step 2 in the installation guied above)
The use of automated farming tools (AKA bots) is not allowed by Farmers World, the author of this software is not responsible should if your accounts gets banned by Farmers World.
USE IT AT YOUR OWN RISK.