{"id":13744600,"url":"https://github.com/orangesuzuki/Gast","last_synced_at":"2025-05-09T03:32:33.371Z","repository":{"id":34068831,"uuid":"37856642","full_name":"orangesuzuki/Gast","owner":"orangesuzuki","description":"Google App Script utilities for ActionScript 3.0","archived":false,"fork":false,"pushed_at":"2015-06-28T20:24:40.000Z","size":340,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-15T16:41:00.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","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/orangesuzuki.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":"2015-06-22T13:28:15.000Z","updated_at":"2016-02-18T17:00:38.000Z","dependencies_parsed_at":"2022-07-16T18:00:37.798Z","dependency_job_id":null,"html_url":"https://github.com/orangesuzuki/Gast","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/orangesuzuki%2FGast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orangesuzuki%2FGast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orangesuzuki%2FGast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orangesuzuki%2FGast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orangesuzuki","download_url":"https://codeload.github.com/orangesuzuki/Gast/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253183219,"owners_count":21867383,"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":"2024-08-03T05:01:12.541Z","updated_at":"2025-05-09T03:32:33.087Z","avatar_url":"https://github.com/orangesuzuki.png","language":"ActionScript","readme":"# Gast\nGoogle SpreadSheet tools for ActionScript 3.0.  \nYou can fetch or append the data from swf to your spreadsheet.\n\n### *Features\n* fetch the data from your sheet.\n* write some data to your sheet.\n* auto add some user information like a display size, Browser, OS, Memory size, etc.\n\n### *Usage\n    // 1. Setup\n    Gast.initialize( sheetUrl, sheetName );\n    \n    // 2. Append the data\n    Gast.send(new GastData(\n    {\n        game0: Math.random() * 100000,\n        game1: \"abc\",\n        game2: JSON.stringify({param0: 1, param1: 100, param2: -123, param3: 0.568}),\n        stageW: stage.stageWidth,\n        stageH: stage.stageHeight\n    }\n    ))\n    .done(function(result:String):void {\n        log(result);\n    })\n    .fail(function(result:String):void {\n        log(result);\n    });\n    \n    // 3. Fetch the data\n    Gast.fetch(row)\n    .done(function(result:String):void {\n        log(result);\n    })\n    .fail(function(result:String):void {\n        log(result);\n    });\n","funding_links":[],"categories":["Utilities"],"sub_categories":["Other Utilities"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forangesuzuki%2FGast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forangesuzuki%2FGast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forangesuzuki%2FGast/lists"}