https://github.com/andreapavoni/wubot
personal web based bot based on Hubot
https://github.com/andreapavoni/wubot
Last synced: about 1 year ago
JSON representation
personal web based bot based on Hubot
- Host: GitHub
- URL: https://github.com/andreapavoni/wubot
- Owner: andreapavoni
- License: mit
- Created: 2014-09-29T14:27:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-02T15:47:08.000Z (almost 12 years ago)
- Last Synced: 2025-02-12T22:19:38.644Z (over 1 year ago)
- Language: CoffeeScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# WUBOT: personal web based bot based on Hubot
A simple experiment to play with [Hubot](https://hubot.github.com/). It uses
[socket.io](http://socket.io) adapter and communicates through a web interface.
## Setup
* `git clone https://github.com/apeacox/wubot.git`
* `npm install`
* `gulp`
* `./bin/hubot -a socket.io-adapter`
* point your browser to `http://127.0.0.1:8080`
## Hubot scripts
Wubot IS NOT compatible with Hubot script. At least, if you try to use them,
they will not respond as expected. The provided plugins are modified versions,
mostly because of required JSON output, instead of plain text :-)
So, if you want to try/use other existing Hubot scripts, just check some of the
provided ones.
## TODO
* better UI
* refactorings
* more useful plugins
## LICENSE
Copyright (c) 2014 Andrea Pavoni http://andreapavoni.com