{"id":23863145,"url":"https://github.com/cnuahs/goalkeeper","last_synced_at":"2026-04-29T19:32:55.310Z","repository":{"id":84775032,"uuid":"124134130","full_name":"cnuahs/goalkeeper","owner":"cnuahs","description":"A slack app backend to track self-assigned writing goals.","archived":false,"fork":false,"pushed_at":"2018-03-12T11:34:49.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T11:10:46.511Z","etag":null,"topics":["apps-script","slack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/cnuahs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-06T20:25:46.000Z","updated_at":"2018-03-12T11:45:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"c54b789b-c573-431a-9a3d-bdf9822bfec4","html_url":"https://github.com/cnuahs/goalkeeper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cnuahs/goalkeeper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnuahs%2Fgoalkeeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnuahs%2Fgoalkeeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnuahs%2Fgoalkeeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnuahs%2Fgoalkeeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cnuahs","download_url":"https://codeload.github.com/cnuahs/goalkeeper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cnuahs%2Fgoalkeeper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32441058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["apps-script","slack"],"created_at":"2025-01-03T07:47:36.443Z","updated_at":"2026-04-29T19:32:55.294Z","avatar_url":"https://github.com/cnuahs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goalkeeper\n\nA slack app backend to track self-assigned writing goals.\n\n## Development\n\nThe goalkeeper is a web app for the Google [Apps Script](https://developers.google.com/apps-script/) platform. To set up your development environment:\n\n1. Clone this repository:\n```bash\n  $ git clone https://github.com/cnuahs/goalkeeper.git ./goalkeeper.git \u0026\u0026 cd goalkeeper.git\n```\n\n2. Install clasp (https://github.com/google/clasp), the Google Command Line Apps Script Projects tool:\n```bash\n  $ sudo npm i @google/clasp -g\n```\nNote: this assumes you have Node and the Node Package Manager (npm) installed. If not, download and install Node for your platform from https://nodejs.org/.\n\n3. Enable the Apps Script API on your Google account at https://script.google.com/home/usersettings.\n\n4. Create a new Apps Script project at https://script.google.com/home.\n\n5. Authenticate clasp with Google Apps Script\n```bash\n  $ clasp login\n```\n\n6. Create a new clasp project:\n```bash\n  $ clasp create docId\n```\nwhere `docId` is the Google Docs ID of the project created in Step 4.\n\n7. Push the code to the Google Apps Script platform:\n```bash\n  $ clasp push\n```\n8. Modify the code as you see fit. To deploy your changes:\n```bash\n  $ clasp push\n  $ clasp version \"A short description.\"\n  $ clasp deploy \u003cn\u003e\n```\nwhere n is the version number of the version you want to deploy, likely the one printed by clasp.\n\n**Note:**\n\nThe file `config.js` is a template configuration file. You need to edit it's contents to provide your slack verification token etc. Don't commit it to git! To avoid doing so I have git 'ignore' changes to config.js as follows:\n```bash\n  $ git update-index --assume-unchanged config.js\n```\nif you later need/want to extent the template, you need to start tracking it again,\n```\n  $ git update-index --no-assume-unchanged config.js\n```\nYou can then modify the template and `git add` and `git commit` it.\n\n**Be careful not to commit your auth or verification tokens to git!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnuahs%2Fgoalkeeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcnuahs%2Fgoalkeeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcnuahs%2Fgoalkeeper/lists"}