This is a tool to download GroupMe messages to a CSV file and display simple stats about those messages.
Example usage:
- Number of messages by each user
- Number of favorited messages
- Number of times a user spews profanity
- Average length of a user's message
- Number of times a user says "lol"
In order to download GroupMe messages, you need an unique access token provided to you by GroupMe. To get this, log into GroupMe's Developers website and create a sample Application. You should then be given a 32-bit access token.
You need to install Python's request library: pip install request
- Get your GroupMe Access Token using the instructions above.
- Run
retrieve_msgs.py, pass in your access token, and follow the command line interface to download your GroupMe messages to a CSV file. - Run
run_stats.pyand pass in your CSV file to display some simple stats about your messages.