{"id":13551510,"url":"https://github.com/GunshipPenguin/spreadsheetfs","last_synced_at":"2025-04-03T02:30:55.511Z","repository":{"id":52313068,"uuid":"166594317","full_name":"GunshipPenguin/spreadsheetfs","owner":"GunshipPenguin","description":"Use Google Sheets as a Filesystem to get Unlimited Free Cloud Storage","archived":false,"fork":false,"pushed_at":"2021-04-30T20:44:24.000Z","size":10,"stargazers_count":229,"open_issues_count":3,"forks_count":18,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-03T22:32:05.860Z","etag":null,"topics":["filesystems","fuse","google-sheets"],"latest_commit_sha":null,"homepage":"https://devpost.com/software/spreadsheetfs","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GunshipPenguin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-19T21:14:45.000Z","updated_at":"2024-11-02T13:50:47.000Z","dependencies_parsed_at":"2022-08-22T15:00:49.071Z","dependency_job_id":null,"html_url":"https://github.com/GunshipPenguin/spreadsheetfs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GunshipPenguin%2Fspreadsheetfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GunshipPenguin%2Fspreadsheetfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GunshipPenguin%2Fspreadsheetfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GunshipPenguin%2Fspreadsheetfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GunshipPenguin","download_url":"https://codeload.github.com/GunshipPenguin/spreadsheetfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246925216,"owners_count":20855859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["filesystems","fuse","google-sheets"],"created_at":"2024-08-01T12:01:49.633Z","updated_at":"2025-04-03T02:30:55.242Z","avatar_url":"https://github.com/GunshipPenguin.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# spreadsheetfs\n\nWinner: Best use of Google Cloud Platform at Hack Cambridge 4D.\n\nMounts a FUSE virtual filesystem that stores its data as base64 encoded binary\ndata in a Google Sheet. Since data entered in Google sheets don't count\ntowards your 15GB free storage limit in Google Drive, this technically enables\nyou to get free unlimited cloud storage.\n\nSee the [Devpost page](https://devpost.com/software/spreadsheetfs) for\na full description.\n\nNote that like most hackathon projects, this code was thrown together over the\ncourse of about 15 hours in a semi-conscious state, so don't expect anything\nincredibly robust.\n\n# Setup\n\nEnsure you have virtualenv, pip and python2 installed.\n\n```\nvirtualenv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n# Running\n\nEdit the constants at the beginning of `main.py` to suit your needs and run\nthe following to mount the FUSE filesystem and start communicating with the\nGoogle Sheets API.\n\n```\npython main.py [mountpoint]\n```\n\n# Debugging Tips\n\n`strace` is a good tool to use to see what filesystem related syscalls are\ndoing. For example, if attempts to create a file with `touch` on a\nspreadsheetfs mounted on `~/mountpoint`, make sure your spreadsheetfs is\nmounted and run:\n\n```\nstrace touch ~/mountpoint/somefile.txt\n```\n\n# License\n\n[MIT](https://github.com/GunshipPenguin/spreadsheetfs/blob/master/LICENSE) © Rhys Rustad-Elliott ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGunshipPenguin%2Fspreadsheetfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGunshipPenguin%2Fspreadsheetfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGunshipPenguin%2Fspreadsheetfs/lists"}