If you've ever used the GroupMe web client before, you likely hate it just as much as the rest of us. It's outdated, clunky, and ugly. This ReactJs application is a simplistic, modern replacement for it.
Note: Development is still in progress.
- Clone repo
- Create a GroupMe API application here
- Clone the
.env.example
file and rename it to.env
- Replace
REACT_APP_GM_CLIENT_ID
in the.env
file with your application key npm install && npm start
- Open
http://localhost:3000
- You will be redirected to the GroupMe SSO page
- Sign in, and it will return you back to the application with the necessary
access_token
- That's it. Send the app link to your friends, or use the application for your own purpose
- WebSocket implementation
- Conversation Archive
- App/User Settings
- Bot Information Display
- Bot Create or Clone
- User list
- Search
- Message Likes
- Message Quotes
- Group Poll Submit/Results/Etc
- ... all other message types
- GroupMe API
- Node.js v16
- React.js v17