Skip to content

Interactive dashboard to monitor account balances linked to a MySchoolBucks parent account

License

Notifications You must be signed in to change notification settings

FishheadNate/Lunch-Money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunch-Money

Interactive dashboard for montioring MySchoolBucks account balances.

Requirements

Usage

  1. Collect account history from MSB

    ./lunch_money.py
  2. Click the button below to launch the interactive dashboard

    🥪 Streamlit App 🥪

    • To run locally
      streamlit run ./dashboard.py
  3. Use the upload option to add the CSV export from ./lunch_money.py to the dashboard

    • Demo data is built into the dashboard

Dashboard

Overview

  1. lunch_money.py opens a new Chrome browser and log into MySchoolBucks using the account credentials found in login_creds.yml.
  2. After account credentials are sent, the script will select the "Text Message" option for 2-Step Verification and ask for the single-use code to be entered in the terminal.
  3. Once successfully logged in, the script will pull transactions history data for all the linked student accounts and exports the data as a CSV.
  4. dashboard.py launches an interactive dashboard for viewing the CSV created by lunch_money.py.

License

Lunch-Money is released under the MIT license. See LICENSE for details.

About

Interactive dashboard to monitor account balances linked to a MySchoolBucks parent account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages