https://github.com/edk0/iamarelaybotama
The code behind http://glin.es/chat/survival
https://github.com/edk0/iamarelaybotama
Last synced: 3 months ago
JSON representation
The code behind http://glin.es/chat/survival
- Host: GitHub
- URL: https://github.com/edk0/iamarelaybotama
- Owner: edk0
- License: mit
- Created: 2013-08-25T13:47:03.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-31T14:18:30.000Z (about 12 years ago)
- Last Synced: 2025-01-29T20:18:08.929Z (9 months ago)
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## example / live demo
* [survival](http://glin.es/chat/survival) / [pve](http://glin.es/chat/pve) /
[creative](http://glin.es/chat/creative) WebSocket relays
* irc.gamesurge.net #RedditMC-[S/P/C]
## things
- `chat.html` - Web client, originally by hansihe.
- `client.js` - Minecraft client. invoke as `node client.js `.
In need of serious refactoring.
- `ircbot.py` - Redis client -> IRC bot. Mostly stolen from
[mark2](https://github.com/mcdevs/mark2/blob/master/mk2/plugins/irc.py).
- `websocket-server.py` - Redis client -> WebSocket server.
- `tx_redis.py` - Redis protocol implementation for Twisted. Cobbled together
from stuff I wrote for a never-finished project called mark2-web.
## dependencies
### python
```
twisted
hiredis
pyyaml
txws
```
### node.js
```
minecraft-protocol
redis
js-yaml
properties
```
## disclaimer
This is a horrible hack I threw together in a couple of days. It's messy. If
it doesn't work, doesn't do what you want, or is in any other way
unsatisfactory... I honestly don't care. You can ping me about it on IRC if you
*really* want.