Skip to content

Prototype for extracting match JSON from a Google Spreadsheet

License

Notifications You must be signed in to change notification settings

openath/gspreadmatch

Repository files navigation

gspreadmatch

Prototype for extracting match JSON from a Google Spreadsheet

This is a quick and dirty proof of concept to score an athletics match.

If this was a general app, it would violate all known security rules, but it isn't. A sheet has been createt titled "Varsity Athletics 2016" and I have downloaded the needed credentials into a JSON file into this repo.

Usage:

git clone https://github.com/openath/gspreadmatch.git
cd gspreadmatch
virtualenv .
source bin/activate
pip install -r requirements.txt
python fetch.py

You should see athletics data.

Oauth2client version note

gspread's docs are out of date as oauth2client changes in Feb 2016. I have therefore set an earlier version in the requirements, because I'm busy and lazy. No doubt a slight change to the fetching code about credentials will work with the later oauth2client.

About

Prototype for extracting match JSON from a Google Spreadsheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages