{"id":18404361,"url":"https://github.com/cmichi/stellar-slack-payment-notifications","last_synced_at":"2026-04-28T18:31:45.247Z","repository":{"id":138040580,"uuid":"119888680","full_name":"cmichi/stellar-slack-payment-notifications","owner":"cmichi","description":"Simple Slack App for subscribing to Stellar payments.","archived":false,"fork":false,"pushed_at":"2018-03-14T19:21:20.000Z","size":3806,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T20:11:27.147Z","etag":null,"topics":["slack","slack-bot","stellar","stellar-lumens"],"latest_commit_sha":null,"homepage":"https://slack.com/apps/A92L0FXB9-stellar-payment-notifications","language":"JavaScript","has_issues":false,"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/cmichi.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-02-01T20:20:01.000Z","updated_at":"2019-08-11T19:50:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d0730db-fd19-4065-b79f-ab0afdd42b88","html_url":"https://github.com/cmichi/stellar-slack-payment-notifications","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cmichi/stellar-slack-payment-notifications","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmichi%2Fstellar-slack-payment-notifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmichi%2Fstellar-slack-payment-notifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmichi%2Fstellar-slack-payment-notifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmichi%2Fstellar-slack-payment-notifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmichi","download_url":"https://codeload.github.com/cmichi/stellar-slack-payment-notifications/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmichi%2Fstellar-slack-payment-notifications/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32394263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","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":["slack","slack-bot","stellar","stellar-lumens"],"created_at":"2024-11-06T02:51:35.687Z","updated_at":"2026-04-28T18:31:45.232Z","avatar_url":"https://github.com/cmichi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stellar Payment Notifications Slack App\n\n[![Build Status](https://travis-ci.org/cmichi/stellar-slack-payment-notifications.svg?branch=master)](https://travis-ci.org/cmichi/stellar-slack-payment-notifications)\n\n![Animation](https://github.com/cmichi/stellar-slack-subscriptions/raw/master/images/animation.gif)\n\nI have built this Slack App for the [Stellar Build Challenge](https://www.stellar.org/lumens/build/)\nof March 2018.\n\n[![Add to Slack](https://platform.slack-edge.com/img/add_to_slack.png)](https://slack.com/oauth/authorize?client_id=308656001463.308680541383\u0026scope=commands,chat:write:bot,bot)\n\n[App in the Slack App Directory](https://slack.com/apps/A92L0FXB9-stellar-payment-notifications)\n\n\n## Privacy Policy\n\nYour Slack user, team id, and channels to which you subscribe are stored in a\nprivate database. They are only used for the purposes of notifying you when\nnew payments for a Stellar account to which you subscribed happen.\nThis information is not shared with any third party.\n\n\n## Support\n\nPlease submit [this contact form](http://micha.elmueller.net/contact/) if you\nhave any remarks, issues, or support requests.\n\n\n## How to set it up\n\n\t$ git clone https://github.com/cmichi/stellar-slack-payment-notifications.git\n\t$ cd stellar-slack-payment-notifications/\n\t$ cat \u003e .env\n\texport SLACK_CLIENT_ID=...\n\texport SLACK_CLIENT_SECRET=...\n\texport SLACK_VERIFICATION_TOKEN=...\n\n\texport PORT=4343\n\texport HORIZON_URI=https://horizon.stellar.org\n\texport SERVER_URI=https://your-server\n\texport BLOCKCHAIN_EXPLORER=https://stellarchain.io/tx/\n\t^D\n\t$ npm install\n\t$ . .env\n\t$ npm start\n\n\n## License\n\n\tCopyright (c) 2018\n\n\t\tMichael Mueller \u003chttp://micha.elmueller.net/\u003e\n\n\tPermission is hereby granted, free of charge, to any person obtaining\n\ta copy of this software and associated documentation files (the\n\t\"Software\"), to deal in the Software without restriction, including\n\twithout limitation the rights to use, copy, modify, merge, publish,\n\tdistribute, sublicense, and/or sell copies of the Software, and to\n\tpermit persons to whom the Software is furnished to do so, subject to\n\tthe following conditions:\n\n\tThe above copyright notice and this permission notice shall be\n\tincluded in all copies or substantial portions of the Software.\n\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n\tEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n\tMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n\tNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\n\tLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n\tOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n\tWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmichi%2Fstellar-slack-payment-notifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmichi%2Fstellar-slack-payment-notifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmichi%2Fstellar-slack-payment-notifications/lists"}