- Groupme Developer account 💻
- A Groupme with friends 🏃
- Python3 🐍
- 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
- It should be as easy as running:
- 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
🤔
- In your terminal you can do something like:
-
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.
This theme is maintained by the following person(s).
Randy | Gmo |