Simple script to access an outside API to get participants and add points into a database
Hosted on AWS Lambda
- To get started, install Python 3.7
- Use
pip
to installpipenv
- Clone the repo
- Navigate to repo root directory in command line/Power Shell/terminal/whatever
- Run
pipenv sync
. It will install everything from thePipfile.lock
to make sure the dependencies line up