roengle / VexInfo

Uses VexDB API to read statistics different teams competing at a tournament to input into a Google Sheet.
1 stars 0 forks source link

TODO: Implement Google Drive API #16

Closed roengle closed 6 years ago

roengle commented 6 years ago

This would allow the program to be able to share the sheet publicly and even transfer ownership to a user(which I will probably do). For now, I have to figure out how to implement this into my Java code, either with classes from google or using something with REST elements in Java.

roengle commented 6 years ago

(842695b6) done