{"id":23893327,"url":"https://github.com/sumpygump/bell-toll","last_synced_at":"2025-08-29T21:39:39.492Z","repository":{"id":28585777,"uuid":"32103857","full_name":"sumpygump/bell-toll","owner":"sumpygump","description":"CLI tool to chime like a clock tower.","archived":false,"fork":false,"pushed_at":"2023-04-10T03:11:09.000Z","size":41885,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-30T05:41:21.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/sumpygump.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-03-12T21:32:37.000Z","updated_at":"2023-04-10T03:11:15.000Z","dependencies_parsed_at":"2022-09-03T17:30:38.143Z","dependency_job_id":null,"html_url":"https://github.com/sumpygump/bell-toll","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/sumpygump/bell-toll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumpygump%2Fbell-toll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumpygump%2Fbell-toll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumpygump%2Fbell-toll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumpygump%2Fbell-toll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sumpygump","download_url":"https://codeload.github.com/sumpygump/bell-toll/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumpygump%2Fbell-toll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272766944,"owners_count":24989408,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-04T14:17:47.885Z","updated_at":"2025-08-29T21:39:39.473Z","avatar_url":"https://github.com/sumpygump.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bell Toll\n\nThis is a PHP script (command line) that will chime like a clock tower. It has audio files for the 15-minute, 30-minute, 45-minute bell tolls, plus each hour.\n\n## Installation\n\nInstall with composer using the following command\n\n```\ncomposer global require sumpygump/belltoll\n```\n\nMake sure that `~/.composer/vendor/bin/` is on your `$PATH`\n\nOr symlink it to the the `/usr/local/bin`\n\n```\n$ ln -s ~/.composer/vendor/bin/belltoll /usr/local/bin/belltoll\n```\n\n## Usage\n\nWhen you invoke the program it will chime like a bell tower if it is the right time. Simple run `belltoll`. If it is not the right time it will say \"It's not time for a bell.\"\n\nThe program relies on `mpg123` to be installed on your machine to actually play the audio files.\n\nYou can pass the `-t` or `--time` parameter to force the program to think it is a specific time (for testing). Example: `belltoll -t 1:30`\n\nUse the `-q` or `--quiet` to make the program have no output.\n\n```\nUsage: belltoll [options]\n\nOptions:\n  -h [--help] : Display help\n  -q [--quiet] : No output\n  -v [--verbose] : Include more verbose output\n  -t [--time] \u003ctime\u003e : Use specific time instead of current time\n  --version : Show version and exit\n```\n\n### Install as cron task\n\nSince it relies on running at the right time, it is suggested to add it to your crontab. Use the command `$ crontab -e` to edit yours. See the file `crontab.example` for additional details.\n\n```\n00,15,30,45 * * * * /usr/local/bin/belltoll \u003e\u003e /dev/null 2\u003e\u00261\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumpygump%2Fbell-toll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumpygump%2Fbell-toll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumpygump%2Fbell-toll/lists"}