Skip to content

wandyrang/Groupme-Group-Stats-Report

Repository files navigation

Groupme-Group-Stats-Report 🧮 📊

License: MIT Python: 3.7

Math is fun!

Requirements 🍍

Installation 🔧

  • Setup a developer account at https://dev.groupme.com and get your OAuth token💥
  • Install the pipenv virtual environment! This keeps track of our python packages and helps with secret keys 😌
    • It should be as easy as running: pip install pipenv
  • Run pipenv & Install Packages 📦
    • pipenv shell
    • pipenv install --dev
  • Put your OAuth token in a .env file. As per this stackoverflow. Our script will source it.
    • In your terminal you can do something like: echo MY_SECRET_TOKEN='WhateverYourTokenIS' >.env 🤔

Development

  • Make sure you're in the virtual environment when you're working on stuff! 🖥

    • pipenv shell
  • If you wanna install packages just do:

    • pipenv install PACKAGE
    • And when you're done:
      • pipenv lock
  • Obviously run git pull before you push. I'm gonna make my own branch so I don't mess up your stuff too much.

Team

This theme is maintained by the following person(s).

Randy Wang Guillermo Rodriguez
Randy Gmo

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages