{"id":16210125,"url":"https://github.com/haruma-k/googlesheetfetcher","last_synced_at":"2025-03-19T08:31:15.073Z","repository":{"id":104151959,"uuid":"260820302","full_name":"Haruma-K/GoogleSheetFetcher","owner":"Haruma-K","description":"The simple interface Google Sheets reader for Unity editor.","archived":false,"fork":false,"pushed_at":"2024-09-03T20:57:00.000Z","size":1714,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T05:21:59.843Z","etag":null,"topics":["google","googlesheets","oauth2","spreadsheet","unity","unityeditor","unitypackage"],"latest_commit_sha":null,"homepage":"https://haruma-k.github.io/GoogleSheetFetcher/index.html","language":"C#","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/Haruma-K.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-03T03:21:49.000Z","updated_at":"2025-01-06T07:12:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5c78333-ffe3-449e-bee6-8779526b1591","html_url":"https://github.com/Haruma-K/GoogleSheetFetcher","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/Haruma-K%2FGoogleSheetFetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Haruma-K%2FGoogleSheetFetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Haruma-K%2FGoogleSheetFetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Haruma-K%2FGoogleSheetFetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Haruma-K","download_url":"https://codeload.github.com/Haruma-K/GoogleSheetFetcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244389877,"owners_count":20445022,"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":["google","googlesheets","oauth2","spreadsheet","unity","unityeditor","unitypackage"],"created_at":"2024-10-10T10:35:25.932Z","updated_at":"2025-03-19T08:31:15.067Z","avatar_url":"https://github.com/Haruma-K.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoogleSheetFetcher\n\n## Overview\nThe Simple Google Sheets reader for Unity editor.\nYou can do OAuth2 authorization and fetch the spreadsheet values by writing the following.\n\n```cs\n// Google OAuth2 authorization.\nvar fetcher = new Fetcher();\nawait fetcher.InitializeAsync(_clientId, _clientSecret, _applicationId).Task;\n\n// Get all the values in the sheet.\nvar values = await fetcher.FetchValuesAsync(_spreadsheetId, sheets[0]).Task;\n```\n\n## Usage\nPlease refer to [the manual](https://haruma-k.github.io/GoogleSheetFetcher/manual/index.html) for usage.\n\n## License\nThis library is under [the MIT License](https://opensource.org/licenses/mit-license.php).\n\nThis software includes the work that is distributed in [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharuma-k%2Fgooglesheetfetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharuma-k%2Fgooglesheetfetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharuma-k%2Fgooglesheetfetcher/lists"}