{"id":27201124,"url":"https://github.com/gregl83/gscript","last_synced_at":"2026-04-26T22:31:43.229Z","repository":{"id":68301592,"uuid":"47002411","full_name":"gregl83/gscript","owner":"gregl83","description":"Bash Google Apps Script Client","archived":false,"fork":false,"pushed_at":"2015-12-02T10:05:41.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-03T12:32:41.423Z","etag":null,"topics":["bash","cli","google","google-apps","google-apps-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/gregl83.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-11-27T22:59:46.000Z","updated_at":"2025-04-24T20:04:18.000Z","dependencies_parsed_at":"2023-03-14T21:31:02.934Z","dependency_job_id":null,"html_url":"https://github.com/gregl83/gscript","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gregl83/gscript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fgscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fgscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fgscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fgscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregl83","download_url":"https://codeload.github.com/gregl83/gscript/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregl83%2Fgscript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bash","cli","google","google-apps","google-apps-script"],"created_at":"2025-04-09T21:55:12.383Z","updated_at":"2026-04-26T22:31:43.213Z","avatar_url":"https://github.com/gregl83.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gscript\n\nBash Google Apps Script Client\n\nA very basic Google Apps Script client, written *mostly* in Bash, to aid with revision control of Script projects using Git.\n\nGoogle API OAuth2 authentication is used by the client to access Script projects within Google Drive.\n\n`Pull`, `Push`, and `List` Google Apps Script projects!\n\n`gscript` was written to help with development of a drive add-on but is very much pre-alpha. If need be it *can* mature through many more iterations.\n\n## Requirements\n\n- Bash\n- Perl, Python, or PHP (only one is needed)\n- Git\n- Web Browser for granted OAuth2 permissions\n\n## Installation\n\n    $ git clone https://github.com/gregl83/gscript.git\n    $ ln -s /path/to/gscript/bin/gscript /usr/local/bin\n    \nRemember to edit the path to your cloned copy of `gscript`!!!\n\n## Usage\n\n`gscript` should always be executed from within a git repository root directory.\n\nFirst create a Script project in Google Drive and then a Git repository for the project source.\n\nNow get a list of your Google Drive projects by running the `list` command. Note: the first time `gscript` is executed it will need OAuth2 access to the Google Drive of the project.\n\n    $ gscript list\n\nThe `list` command will list names and unique identifiers for each project belonging to the authorized Google Drive account. Make note of the project identifier for later use.\n\nNext run the `init` command from the project repository.\n \n    $ gscript init\n    \nA walk-through prompt for initializing the project (project identifier required) will run. The project source directory will default to `repository-name/src`. That is where the all the project files will exist.\n\nAfter initialization run a `pull` of the Google Drive Apps Script project files.\n\n    $ gscript pull\n    \nTo `push` changes or new files to Google Drive Apps Script use the `push` command.\n\n    $ gscript push\n    \nImportant: to run either the `pull` or `push` commands the repository MUST have all changes committed.\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregl83%2Fgscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregl83%2Fgscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregl83%2Fgscript/lists"}