Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericgj/rubekah
interactive ruby on irc - EXPERIMENTAL
https://github.com/ericgj/rubekah
Last synced: about 2 months ago
JSON representation
interactive ruby on irc - EXPERIMENTAL
- Host: GitHub
- URL: https://github.com/ericgj/rubekah
- Owner: ericgj
- Created: 2011-03-16T03:25:18.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-16T04:04:55.000Z (almost 14 years ago)
- Last Synced: 2023-03-11T07:13:14.191Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## Rubekah
### AKA irbbotAn experimental IRC front-end for the interactive ruby shell (irb).
An alternative to Kirby that doesn't depend on web service calls but runs against a locally running irb process (pseudo-terminal).
Written using the isaac bot framework.
Did I mention it is experimental?
**Try it at your own risk outside localhost.** It runs in the highest taint mode available for irb which is `$SAFE=2`.
I'm not sure it even works yet outside of testing environment.
Also, it depends on [my fork of isaac](https://github.com/ericgj/isaac)