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.
-
If you do not have python 3 installed, download it here: https://www.python.org/downloads/
-
open up Terminal if on mac or cmd on windows
-
use
cdto navigate to the folder where the project will be stored EX.cd Desktopa. Sidenote, you can use the command
lson mac anddiron pc to see a list of what is in your current folder -
download this project by running
git clone https://github.com/lukemidock/Groupme-Word-Counter.git -
navigate to the project folder
cd Groupme-Word-Counter -
Next, install the required package:
pip install GroupyAPI -
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
-
Update config.py with your personal info. You can do this with any text editor like notepad or sublime.
-
run the script by doing
python3 main.py,py main.py, orpython main.pyin the terminal or cmd