Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fortinj1354 authored Jan 26, 2019
1 parent 730fe52 commit 22fd301
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# TBA Match Schedule Download
Downloads match schedules from The Blue Alliance and exports the result to a CSV.
Adds a blank column after each team number to assign a team member to scout the match.

## Usage Guide

Get the schedule for an event:

`TBAMatchScheduleDownload.exe -event 2019gadal`

Get the schedule for an event and filter for a specific team number:

`TBAMatchScheduleDownload.exe -event 2019gadal -team 2974`

View help:

`TBAMatchScheduleDownload.exe --help`

The CSV will be placed in the directory the command is run in with a name based on the event and team number.
If there is no event schedule available the resulting CSV file will be empty.

## Command Line Arguments

- event (required)
- Event code from The Blue Alliance.
- Example: For https://www.thebluealliance.com/event/2019gadal the event code is 2019gadal
- team (optional)
- Filter the schedule for a specific team number
- Example: 2974

## Building

Windows builds available on the [Releases](https://github.com/fortinj1354/TBAMatchScheduleDownload/releases) page.

Built on Go 1.11.5, can be built for any OS by using the standard [build](https://golang.org/pkg/go/build/) command.

0 comments on commit 22fd301

Please sign in to comment.