19 lines
394 B
Markdown
19 lines
394 B
Markdown
# mpp-client-go
|
|
|
|
This isn't a client package for MPP, rather it's a single script for MPP that connects a gorilla websocket.
|
|
|
|
I clearly don't know what I'm doing.
|
|
|
|
## TODO
|
|
|
|
- [x] Connect websocket
|
|
- [x] Parse server messages
|
|
- [x] Send client messages
|
|
- [x] Send keepalive
|
|
- [x] Chat commands
|
|
- [ ] Key-value database
|
|
- [ ] Something unique
|
|
- [ ] Name the bot
|
|
- [ ] Make a real client package
|
|
|