gafirst / match-uploader

Upload FRC match videos to YouTube in a fast, consistent manner
GNU General Public License v3.0
1 stars 2 forks source link

Add videos to The Blue Alliance post-upload #34

Closed evan10s closed 1 year ago

evan10s commented 1 year ago

Use The Blue Alliance's write API to associate videos with matches after uploading them to YouTube.

The request signature required is most likely the same as here:

var auth_sig = CryptoJS.MD5(auth_secret + request_path + request_body).toString();

Write API docs: https://www.thebluealliance.com/apidocs/trusted/v1

Also note that you'll need to add new settings/secrets on the backend and frontend to store the credentials.

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: