Add Videos to TBA #1

Open
phil-lopreiato opened this Issue Mar 29, 2016 · 0 comments

Projects

None yet

1 participant

@phil-lopreiato

It would be awesome if videos split with the tool can be automatically added to TBA. There are actually two ways to approach doing this.

Approach 1 - Trusted API

This approaches uses a trusted API that allows direct write access to TBA (no moderation queue required). As such, it requires keys generated by the admins, one for each event you wish to modify videos for. Documentation about request formats can be found here

Approach 2 - Suggestions

This approach is not fully implemented yet, but will be easy to do. It would use the same endpoint behind Robot image suggestions done via the Android app. All you need is a Google oauth token, and you could submit videos into the moderation queue for review. Since this isn't implemented yet, we can determine a format here. The only thing is, it will require authentication against Google Cloud Endpoints, which should only require a Google oauth token (here's how I generate it in the Android app, for reference)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment