🤖 Look at this cute and little robot
cd scripts && go mod tidy
Remember to set your robot's IP address using the -host
flag
go run login/main.go -host "<robot's ip address>"
Set BOT_TARGET
to your robot's IP + port
export BOT_TARGET="<robot's ip address>:443"
Set BOT_TOKEN
to your GUID token from the login script
export BOT_TOKEN="<guid token>"
Once you have done the setup and auth steps, you can simply run the scripts like:
go run speak/main.go -talk "hello, world!"