{"id":27239795,"url":"https://github.com/sesh/sheet2json","last_synced_at":"2025-04-10T19:13:59.491Z","repository":{"id":45328540,"uuid":"217993927","full_name":"sesh/sheet2json","owner":"sesh","description":"API for converting a Google Sheet to JSON","archived":false,"fork":false,"pushed_at":"2023-05-02T18:35:21.000Z","size":40,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T23:25:22.861Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sesh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-28T07:58:03.000Z","updated_at":"2022-12-08T20:41:35.000Z","dependencies_parsed_at":"2023-01-25T17:46:40.893Z","dependency_job_id":null,"html_url":"https://github.com/sesh/sheet2json","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/sesh%2Fsheet2json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sesh%2Fsheet2json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sesh%2Fsheet2json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sesh%2Fsheet2json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sesh","download_url":"https://codeload.github.com/sesh/sheet2json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248280363,"owners_count":21077412,"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":[],"created_at":"2025-04-10T19:13:58.779Z","updated_at":"2025-04-10T19:13:59.477Z","avatar_url":"https://github.com/sesh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a blatant rip off* of [GSX2JSON](http://gsx2json.com/). Built during a few minutes of\ndowntime, and so that I could own the whole stack for a tiny side project.\n\nBuilt with [Flask] \u0026 [Zappa] (and [requests], but everything is built with requests).\n\n---\n\nUsage example:\n\n```bash\n\u003e http https://5dcia0j0vl.execute-api.ap-southeast-2.amazonaws.com/dev/\u003csheet_id\u003e/\u003csheet_number\u003e\n```\n\nOnce a sheet is \"published to web\" use the id from the URL and the sheet number (1-indexed):\n\n```\n\u003e http https://5dcia0j0vl.execute-api.ap-southeast-2.amazonaws.com/dev/1cH0PEHYheqDWrtFb-h0rTg0InY039YKEC8SmWQNntN0/1\n\n{\n    \"rows\": [\n        {\n            \"faacategory\": \"Super\",\n            \"icaocategory\": \"Heavy\",\n            \"lrm\": \"\",\n            \"mlwtons\": \"591.7\",\n            \"mtowkg\": \"640,000\",\n            \"torm\": \"3500\",\n            \"type\": \"Antonov An-225\"\n        },\n        {\n            \"faacategory\": \"Super\",\n            \"icaocategory\": \"Heavy\",\n            \"lrm\": \"\",\n            \"mlwtons\": \"\",\n            \"mtowkg\": \"589,670\",\n            \"torm\": \"3660\",\n            \"type\": \"Scaled Composites Model 351 Stratolaunch\"\n        },\n        {\n            \"faacategory\": \"Super\",\n            \"icaocategory\": \"Heavy\",\n            \"lrm\": \"\",\n            \"mlwtons\": \"427\",\n            \"mtowkg\": \"589,670\",\n            \"torm\": \"\",\n            \"type\": \"Airbus A380-800F[1][2] (never built)\"\n        },\n        {\n            \"faacategory\": \"Super\",\n            \"icaocategory\": \"Heavy\",\n            \"lrm\": \"1930\",\n            \"mlwtons\": \"394\",\n            \"mtowkg\": \"575,000\",\n            \"torm\": \"3100\",\n            \"type\": \"Airbus A380-800[2][3]\"\n        },\n        ...\n    ]\n}\n```\n\n## Deploying your own instance\n\nOnce your AWS credentials are configured on your CLI, it should be as simple as:\n\n```\n\u003e pipenv install\n\u003e pipenv run zappa init\n\u003e pipenv run zappa deploy\n```\n\n---\n\n\\* it's actually quite a bit worse, it only supports sheets with single-row headers\nand doesn't have any error handling.\n\n  [Flask]: http://flask.pocoo.org/\n  [Zappa]: https://github.com/Miserlou/Zappa\n  [requests]: https://requests.readthedocs.io/en/master/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsesh%2Fsheet2json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsesh%2Fsheet2json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsesh%2Fsheet2json/lists"}