Skip to content

ErikBoesen/frc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

./frc

A helpful CLI app for FRC-related tasks including fetching data on teams, events, matches, etc.

Screenshot

Compiling

  • Clone the repository and cd into it
  • Install with
go install

You may need to set your $GOBIN environment variable first.

Usage examples

  • 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

Licensing

This software is available under the terms of the BSD License.

Authors