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
| # Simple Google Drive backup script with automatic authentication | |
| # for Google Colaboratory (Python 3) | |
| # Instructions: | |
| # 1. Run this cell and authenticate via the link and text box. | |
| # 2. Copy the JSON output below this cell into the `mycreds_file_contents` | |
| # variable. Authentication will occur automatically from now on. | |
| # 3. Create a new folder in Google Drive and copy the ID of this folder | |
| # from the URL bar to the `folder_id` variable. | |
| # 4. Specify the directory to be backed up in `dir_to_backup`. |
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/php | |
| <?php | |
| /* | |
| * Convert JSON file to CSV and output it. | |
| * | |
| * JSON should be an array of objects, dictionaries with simple data structure | |
| * and the same keys in each object. | |
| * The order of keys it took from the first element. | |
| * | |
| * Example: |