Go to file
Hri7566 d65ec3bd58 Rename handshake function 2024-04-20 15:41:10 -04:00
mpp
.gitignore Update .gitignore 2024-04-20 05:43:14 -04:00
README.md Update README.md 2024-04-20 05:46:42 -04:00
data.go
go.mod
go.sum
main.go Rename handshake function 2024-04-20 15:41:10 -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