Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
/ Powerschool_GPA Public archive

Download high school student GPA from PowerSchool

License

Notifications You must be signed in to change notification settings

kippnorcal/Powerschool_GPA

Repository files navigation

PowerSchool_GPA

Pulls high school student GPA from PowerSchool Quick Export and loads into database table

Dependencies:

Getting Started

Setup Environment

  1. Clone this repo
$ git clone https://github.com/kipp-bayarea/Powerschool_GPA.git
  1. Install Pipenv
$ pip install pipenv
$ pipenv install
  1. Install Docker
  1. Build Docker Image
$ docker build -t ps_gpa .
  1. Create .env file with project secrets
DB_SERVER=
DB=
DB_USER=
DB_PWD=
DB_SCHEMA=
GMAIL_USER=
GMAIL_PWD=
SLACK_EMAIL=
PS_USER=
PS_PWD=
PS_URL=
SEARCH=
METHOD=

Running the Job

docker run --rm -it --shm-size="256m" ps_gpa

About

Download high school student GPA from PowerSchool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published