groupme-js / GroupMeCommunityDocs

21 stars 8 forks source link

Add User Bot Example Using WebSocket/Faye #13

Closed memerson12 closed 2 years ago

memerson12 commented 2 years ago

This would add a new bot example for using WebSockets to create a GroupMe bot as well as sending messages as a user as opposed to a bot. It would also add some known WebSocket types to the push.md file.

memerson12 commented 2 years ago

This WebSocket code was adapted (copied) from not-so-smart's node-groupme code

memerson12 commented 2 years ago

Please look through and let me know if the explanations make sense or you spot any issues.