Go to file
Hri7566 2bd8370170 Fix message.go 2024-07-08 23:36:45 -04:00
events Add event emitter 2024-07-08 23:35:42 -04:00
mpp Fix message.go 2024-07-08 23:36:45 -04:00
.gitignore Start shoehorning 2024-07-08 22:04:01 -04:00
README.md Start shoehorning 2024-07-08 22:04:01 -04:00
client.go Fix message.go 2024-07-08 23:36:45 -04:00
go.mod Start shoehorning 2024-07-08 22:04:01 -04:00
go.sum Start shoehorning 2024-07-08 22:04:01 -04:00
test.go Fix message.go 2024-07-08 23:36:45 -04:00

README.md

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

  • Connect websocket
  • Parse server messages
  • Send client messages
  • Send keepalive
  • Chat commands
  • Key-value database
  • Something unique
  • Name the bot
  • Make a real client package