{"id":16776153,"url":"https://github.com/qcl/qclivery","last_synced_at":"2025-03-16T18:18:15.711Z","repository":{"id":149176911,"uuid":"142213219","full_name":"qcl/QCLivery","owner":"qcl","description":"@qcl 's SMS delivery bot service","archived":false,"fork":false,"pushed_at":"2018-07-29T20:45:46.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T05:14:09.984Z","etag":null,"topics":["bot","instant-messaging","pushbullet","slack-webhook","sms"],"latest_commit_sha":null,"homepage":null,"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/qcl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-24T21:09:43.000Z","updated_at":"2018-07-29T20:52:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0880ca9-9477-44cb-a5b6-bf160fd31c54","html_url":"https://github.com/qcl/QCLivery","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qcl%2FQCLivery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qcl%2FQCLivery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qcl%2FQCLivery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qcl%2FQCLivery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qcl","download_url":"https://codeload.github.com/qcl/QCLivery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910821,"owners_count":20367545,"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":["bot","instant-messaging","pushbullet","slack-webhook","sms"],"created_at":"2024-10-13T07:09:06.968Z","updated_at":"2025-03-16T18:18:15.706Z","avatar_url":"https://github.com/qcl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QCLivery\n\nThis is a small project that forwarding SMS that my Android phone received to my iPhone in realtime. At the beginning, I tried [PushBullet](https://www.pushbullet.com/), it works but I have to open browser and check SMS by myself, then I used [IFTTT](https://ifttt.com/), it was great, I can received email when my Android phoen recieved SMS, but someday it stoped working, so I cannot recived email notfication on my iPhone anymore. That's why I want to rewite my own service to instantly forward SMS via push notifcation. \n\nCurrently, QCLivery uses [PushBullet streaming API](https://docs.pushbullet.com/#realtime-event-stream) to receive SMS event, then use [Slack incoming webhook](https://api.slack.com/incoming-webhooks) to send message into a Slack channel, then I can have Slack installed on my iPhone, so I can have push notifcation with SMS content.\n\n## Requirements\n\n- PushBullet installed on phone that you want to forward SMS from.\n\n- Slack channel that is used to receive SMS message\n\n- `node` and `npm`\n\n- Create config file `config/default.json`\n\n  ```json\n  {\n    \"slackWebhook\": \"https://hooks.slack.com/services/...\", // Slack webhook URL\n    \"pushbulletWebSocket\": \"wss://stream.pushbullet.com/websocket/${ACCESS_TOKEN}\"\t// PushBullet web socket URL\n  }\n  ```\n\n## Start to use\n\nClone code and install required packages, `$ npm install`\n\nThen just start it, slack channel will recive a startup message. `$ node index.js` \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqcl%2Fqclivery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqcl%2Fqclivery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqcl%2Fqclivery/lists"}