farmbot_chatbot
v1.0.0
Published
Control FarmBot via IRC
Downloads
3
Readme
FarmBot Chat Bot
Control FarmBot via IRC
Setup
- Copy
secret.example.json
tosecret.json
. - Change
email
andpassword
insecret.json
* - Change IRC_SERVER and IRC_NICK in
index.js
to something better. - (first time only)
npm install
npm start
Usage
- Join
#farmbot_example
onirc.freenode.net
using an IRC client. - Look for
potato_tornado
(you can change this). - say
up
in the channel. - Z axis should move up by 10 steps.
- EXTRA CREDIT: Add commands of your own!
- EXTRA CREDIT: Refactor the code into multiple files.