Skip to content

Chansen88/groupme_stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Download GroupMe Messages

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"

Getting Access Token

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.

Dependencies

You need to install Python's request library: pip install request

Instructions

  1. Get your GroupMe Access Token using the instructions above.
  2. Run retrieve_msgs.py, pass in your access token, and follow the command line interface to download your GroupMe messages to a CSV file.
  3. Run run_stats.py and pass in your CSV file to display some simple stats about your messages.

About

Tool to display interesting stats about GroupMe messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%