dracoapi / dracowalker

MIT License
2 stars 3 forks source link

Donate Build Status appveyor Greenkeeper badge

DracoWalker

Bot that play Draconius GO using my DracoNode API. It walks, spin and catch creatures. It can also clean inventory and hatch egg.
Not meant to be a fully functional bot, it's more a proof of concept of what can be done with the API.

Release

See https://github.com/dracoapi/dracowalker/releases.
Dev build (unstable): https://ci.appveyor.com/project/niicojs/dracowalker/build/artifacts

Create a data/config.yaml to configure it.

Install from source & Run

Need up to date node and typescript

git clone https://github.com/dracoapi/dracowalker.git
cd dracowalker
npm i
tsc
node ./bin/app.js

Don't forget to create a data/config.yaml to configure it.