Skip to content

Given a groupname and a list of keywords, this counter will list the people who sent messages with said keyword most often to least often. It will also list how many times each person used said keyword.

Notifications You must be signed in to change notification settings

lukemidock/Groupme-Word-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Groupme-Word-Counter

Given a group name and a list of keywords, this counter will list the people who sent messages with said keyword most often to least often. It will also list how many times each person used said keyword.

Instructions:

  1. If you do not have python 3 installed, download it here: https://www.python.org/downloads/

  2. open up Terminal if on mac or cmd on windows

  3. use cd to navigate to the folder where the project will be stored EX. cd Desktop

    a. Sidenote, you can use the command ls on mac and dir on pc to see a list of what is in your current folder

  4. download this project by running git clone https://github.com/lukemidock/Groupme-Word-Counter.git

  5. navigate to the project folder cd Groupme-Word-Counter

  6. Next, install the required package: pip install GroupyAPI

  7. Go to https://dev.groupme.com/, log in to your groupme and create an application so you can get an access token for use in this application

  8. Update config.py with your personal info. You can do this with any text editor like notepad or sublime.

  9. run the script by doing python3 main.py, py main.py, or python main.py in the terminal or cmd

About

Given a groupname and a list of keywords, this counter will list the people who sent messages with said keyword most often to least often. It will also list how many times each person used said keyword.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages