Quote:
Originally Posted by Greg Marra
I need to write code to consume this spreadsheet and create a lot of YoutubeVideo objects on TBA.
If someone wants to get the scaffolding in place, I'll gladly take a pull request! I'm at SXSW until Tuesday, so I am hoping to do this before next week's regionals. https://github.com/gregmarra/the-blue-alliance
Also, the script that Daniel wrote that this thread is about is amazing. I hope later you write up a post describing how it works, because it's a beautiful use of computer vision!
|
I'm working on some code that uses Google's gdata api to take the spreadsheet and grab a csv of it. I am having a little trouble with Oauth.
I'll send you a pull request when I get it working. Then you could use it to make the YoutubeVideo objects, since I am not sure how to do that.