This file contains hidden or 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/python | |
| # Script to automate downloading CSV files from GoogleDocs | |
| # | |
| # Expects a config file in the same folder called google_docs_to_file.cfg | |
| # with the following format: | |
| # | |
| # [google_credentials] | |
| # email = someone@somewhere.com | |
| # password = ********* |