{"id":17744258,"url":"https://github.com/extratone/beep","last_synced_at":"2026-02-09T13:33:58.454Z","repository":{"id":107850307,"uuid":"493573608","full_name":"extratone/beep","owner":"extratone","description":"Beep is a single, 12-line, 358-character AppleScript that plays a system notification sound for the numeric value of the current hour in quick succession. (Think grandfather clock.)","archived":false,"fork":false,"pushed_at":"2022-05-19T10:35:27.000Z","size":38312,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-05T01:42:31.577Z","etag":null,"topics":["applescript","audio","macos"],"latest_commit_sha":null,"homepage":"","language":"Rich Text Format","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/extratone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["extratone"],"patreon":"extratone","liberapay":"davidblue","ko_fi":"extratone","open_collective":"blue"}},"created_at":"2022-05-18T08:24:39.000Z","updated_at":"2023-09-03T02:12:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"9fa4dddf-baf2-4f05-9ec7-bf5eccf06ae3","html_url":"https://github.com/extratone/beep","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"extratone/latte","purl":"pkg:github/extratone/beep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extratone%2Fbeep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extratone%2Fbeep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extratone%2Fbeep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extratone%2Fbeep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extratone","download_url":"https://codeload.github.com/extratone/beep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extratone%2Fbeep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29267006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T12:53:16.161Z","status":"ssl_error","status_checked_at":"2026-02-09T12:52:30.244Z","response_time":56,"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":["applescript","audio","macos"],"created_at":"2024-10-26T06:42:24.783Z","updated_at":"2026-02-09T13:33:58.440Z","avatar_url":"https://github.com/extratone.png","language":"Rich Text Format","funding_links":["https://github.com/sponsors/extratone","https://patreon.com/extratone","https://liberapay.com/davidblue","https://ko-fi.com/extratone","https://opencollective.com/blue"],"categories":[],"sub_categories":[],"readme":"![BeepIcon](beephouricon/BeepHourProduction.png)\n\n# Beep Hour\n- [GitHub Repository](https://github.com/extratone/beep) \n- [Gist](https://gist.github.com/038e2a5d448a35566720cff64bbcac03)\n- [WTF](https://davidblue.wtf/drafts/C3A69CD8-39ED-42C9-9EBF-7FE06A0AED15.html)\n\n## Description\n\n**Beep is a single, 12-line, 358-character AppleScript that plays a system notification sound for the numeric value of the current hour in quick succession. (Think grandfather clock.)**\n\nSee [the GitHub repository](https://github.com/extratone/beep) or otherwise [contact me](https://davidblue.wtf/db.vcf).\n\n\u003cvideo controls\u003e\n  \u003csource src=\"video/beepdemo.mov\"\u003e\n\u003c/video\u003e\n\n---\n\n12 lines, 358 characters, \n\n## Source \n\n```applescript\non getTimeInHours()\n\t-- Get the \"hour\"\n\tset timeStr to time string of (current date)\n\tset Pos to offset of \":\" in timeStr\n\tset theHour to characters 1 thru (Pos - 1) of timeStr as string\n\tset timeStr to characters (Pos + 1) through end of timeStr as string\n\treturn (theHour) as string\nend getTimeInHours\n\nset CurrentTime to getTimeInHours()\n\nbeep CurrentTime\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextratone%2Fbeep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextratone%2Fbeep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextratone%2Fbeep/lists"}