An open API service indexing awesome lists of open source software.

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

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 dance

teach
Start teaching the bot a dance

done
Finish teaching the dance

dance
Perform a saved dance

forget
Forget a saved dance
```

Why?
----

Erm ... I had a robot arm, a Raspberry Pi and wanted to learn a little about Go and IRC :)