{"id":19916861,"url":"https://github.com/srackham/clisms","last_synced_at":"2025-05-03T06:30:38.086Z","repository":{"id":57200452,"uuid":"2655318","full_name":"srackham/clisms","owner":"srackham","description":"A command-line script to send SMS messages using the Clickatell SMS gateway","archived":false,"fork":false,"pushed_at":"2014-08-03T02:56:27.000Z","size":191,"stargazers_count":11,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T01:19:45.648Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/srackham.png","metadata":{"files":{"readme":"README.asciidoc","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":"2011-10-27T02:12:56.000Z","updated_at":"2016-03-15T18:25:26.000Z","dependencies_parsed_at":"2022-09-16T15:10:21.551Z","dependency_job_id":null,"html_url":"https://github.com/srackham/clisms","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Fclisms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Fclisms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Fclisms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Fclisms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srackham","download_url":"https://codeload.github.com/srackham/clisms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252154732,"owners_count":21702982,"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-11-12T21:47:50.211Z","updated_at":"2025-05-03T06:30:37.861Z","avatar_url":"https://github.com/srackham.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"= clisms command-line Clickatell SMS application\n\n:listingblock.: \u003cpre\u003e\u003ccode\u003e|\u003c/code\u003e\u003c/pre\u003e\n\n== clisms\nA command-line script to send SMS messages using\nhttp://clickatell.com[Clickatell's] SMS gateway.\n\nRuns under http://nodejs.org/[NodeJS] (NodeJS must be installed). The\neasiest way to install is using http://npmjs.org/[npm]:\n\n  npm install clisms\n\nRun using the `clisms` command.\n\nNOTE: Before you can use `clisms` you need to have a Clickatell HTTP\nSMS account and you must create a `.clisms.json` configuration file in\nyour home directory containing your Clickatell login parameters (see\nthe example below).\n\n=== Features\n- Records sent messages in a log and has command option to view log\n  file.\n- Has command options to query the Clickatell account balance and the\n  status of previously sent messages.\n- Configuration options to map names to phone numbers.\n\n=== Example usage\n\n---------------------------------------------------------------------\n$ clisms 64912345667 \"Hello World\"\nID: 26a8147fa04ed9fj2a9ad125c55cee00\n\n$ clisms -s 26a8147fa04ed9fj2a9ad125c55cee00\napiMsgId: 26a8147fa04ed9fj2a9ad125c55cee00 charge: 0.8 status: 004\n(received by recipient)\n\n$ clisms -b\nCredit: 204.900\n---------------------------------------------------------------------\n\n=== Configuration\nSet the Clickatell account configuration parameters in the\nJSON formatted configuration named `.clisms.json` in your\nhome directory. For example:\n\n---------------------------------------------------------------------\n{\n  \"USERNAME\":  \"foobar\",\n  \"PASSWORD\":  \"secret\",\n  \"API_ID\":    \"123456\",\n  \"SENDER_ID\": \"+64912345678\",\n  \"PHONE_BOOK\": {\n    \"tom\":   \"+64 21 1234 5678\",\n    \"dick\":  \"+61 25 1234 567\",\n    \"harry\": \"+64 9 1234 346\"\n  }\n}\n---------------------------------------------------------------------\n\n=== Implementation\nThe original version this program was\nhttps://srackham.wordpress.com/2010/03/23/command-line-sms-script/[written\nin Python] but this version is written in CoffeeScript\n(`clisms.coffee`), TypeScript (`clisms.ts`) and Dart (`clisms.dart`) as a learning exercise.\n\nThe compiled node executable `clisms.js` file can be generated from\neither version (use the `jake build.coffee` command to compile\n`clisms.coffee`, `jake build.ts` command to compile `clisms.ts`.\n\nThe Dart version should be run using the command-line Dart VM (`dart\nclisms.dart`), I got errors compiling it with `dart2js`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrackham%2Fclisms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrackham%2Fclisms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrackham%2Fclisms/lists"}