Skip to content

Team-2502/ScoutingServer2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scouting Server 2020

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

Imgur

Usage

Requirements

  1. On school Macs install Homebrew locally and then install Heroku via Homebrew, otherwise follow instructions on Heroku website

Deploying to Heroku

  1. Deploy to Heroku with git push heroku [your-branch-name]:master

Running code via Heroku

  1. Run Python using heroku run python3 [your-file]

  2. Run bash using heroku run bash

  3. Check active dynos (processes) using heroku ps

  4. Kill all active dynos using heroku ps:stop run or a particular dyno using heroku ps:stop run.[number]

Other

Pyrebase API reference

tbapy API reference

pygsheets API reference

slackclient API reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages