https://github.com/robertknight/robopi
An IRC bot in golang that controls a Maplin robotic arm
https://github.com/robertknight/robopi
Last synced: 2 days ago
JSON representation
An IRC bot in golang that controls a Maplin robotic arm
- Host: GitHub
- URL: https://github.com/robertknight/robopi
- Owner: robertknight
- Created: 2013-10-25T14:12:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-25T20:24:30.000Z (over 11 years ago)
- Last Synced: 2025-01-09T15:44:11.219Z (4 months ago)
- Language: Go
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IRC dance bot for Maplin Robot Arm
===================================An IRC bot that controls a Maplin Robotic Arm
(http://www.maplin.co.uk/robotic-arm-kit-with-usb-pc-interface-266257)Usage
-----```
./robopi [-secure]
```On IRC, address the bot with 'robopi: '.
Commands:
```
move
Add a move to the current dance or execute a move
if not currently learning a danceteach
Start teaching the bot a dancedone
Finish teaching the dancedance
Perform a saved danceforget
Forget a saved dance
```Why?
----Erm ... I had a robot arm, a Raspberry Pi and wanted to learn a little about Go and IRC :)