This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import urllib2 | |
import csv | |
import json | |
import boto | |
#Replace Google spreadsheet URL with your spreadsheet URL | |
url = "GOOGLE SPREADSHEET URL" + "&output=csv" |