A desktop application for the GroupMe messaging service. Written in Python 3 and wxPython (Phoenix). Uses Groupy, an excellent GroupMe API wrapper for Python 3.
I think a native desktop group chat client makes a team (especially of programmers) much more productive. I set out to build a chat client like that of HipChat, but this is a long way from that.
- Create an application on GroupMe. Fill in the required details.
Any URL should work for the Callback URL, but for some reason
localhost
does not. - Install Python 3 (with pip)
- Install dependencies
pip install -r requirements.txt
- Copy
src/config_template.py
tosrc/config.py
- Copy and paste the Redirect URL and Callback URL from the details page of the GroupMe application you just created into the relevant places in
src/config.py
.
© 2015, Neelabh Gupta. Open source license coming soon.