A helpful CLI app for FRC-related tasks including fetching data on teams, events, matches, etc.
- Clone the repository and
cd
into it - Install with
go install
You may need to set your $GOBIN
environment variable first.
- Get all data on a team:
frc team 254
- Get data on an event (If you omit the year, the current year will be inferred.):
frc event 2013cmp
- To get match data:
frc match 2017mokc_qm23
This software is available under the terms of the BSD License.