Go to file
Hri7566 d65ec3bd58 Rename handshake function 2024-04-20 15:41:10 -04:00
mpp Refactor interfaces 2024-04-20 05:27:00 -04:00
.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 Refactor interfaces 2024-04-20 05:27:00 -04:00
go.mod refresh 2024-04-18 23:29:41 -04:00
go.sum refresh 2024-04-18 23:29:41 -04:00
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