The server for the scouting system used by Team 2502 during Infinite Recharge
Downloads and processes data points from a Firebase instance and converts the processed data into a spreadsheet before updating a Google Sheet
- On school Macs install Homebrew locally and then install Heroku via Homebrew, otherwise follow instructions on Heroku website
- Deploy to Heroku with
git push heroku [your-branch-name]:master
-
Run Python using
heroku run python3 [your-file]
-
Run bash using
heroku run bash
-
Check active dynos (processes) using
heroku ps
-
Kill all active dynos using
heroku ps:stop run
or a particular dyno usingheroku ps:stop run.[number]