{"id":15675569,"url":"https://github.com/joehand/standup-friends","last_synced_at":"2025-05-07T00:26:22.671Z","repository":{"id":57369409,"uuid":"87568070","full_name":"joehand/standup-friends","owner":"joehand","description":"IRC + Hypercore Standup bot","archived":false,"fork":false,"pushed_at":"2017-07-11T19:04:11.000Z","size":29,"stargazers_count":13,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T13:35:22.475Z","etag":null,"topics":["hypercore","irc"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joehand.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":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-07T16:56:29.000Z","updated_at":"2023-06-29T23:45:02.000Z","dependencies_parsed_at":"2022-08-26T04:43:42.816Z","dependency_job_id":null,"html_url":"https://github.com/joehand/standup-friends","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joehand%2Fstandup-friends","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joehand%2Fstandup-friends/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joehand%2Fstandup-friends/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joehand%2Fstandup-friends/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joehand","download_url":"https://codeload.github.com/joehand/standup-friends/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252789906,"owners_count":21804510,"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":["hypercore","irc"],"created_at":"2024-10-03T16:00:28.501Z","updated_at":"2025-05-07T00:26:22.645Z","avatar_url":"https://github.com/joehand.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# standup-friends\n\nEcho standup messages to a dedicated channel and record them to a [hypercore](https://github.com/mafintosh/hypercore) feed.\n\n[![npm][npm-image]][npm-url]\n[![standard][standard-image]][standard-url]\n\n* **Problem:** We have a #standup channel but we'd often get in discussion around standup items people posted and lose everyone's standup message.\n* **Solution:** Keep all human messages in a single channel but have a bot echo standup messages to a dedicated channel and a hypercore feed.\n\nFor example, we have to channels `#general` and `#standup`:\n\nIn `#general` I'd add my standup message for the day:\n\n```\n!standup Building a standup bot this morning and then doing hyperdrive SLEEP work next.\n```\n\nAnd the bot would echo it to `#standup`:\n\n```\nstandup-bot: jhand: Building a standup bot this morning and then doing hyperdrive SLEEP work next.\n```\n\n## Install\n\n```\nnpm install -g standup-friends\n```\n\n## Usage\n\nThe bot takes messages in one channel `--channel` and echos them to another channel `echo`. This makes it easy to see all standup messages in on place while still allowing discussion in the main channel.\n\n```\nstandup-friends --cwd=data --channel=#your-irc --echo=#standup-channel\n```\n\nData will be stored in `cwd` via hypercore.\n\nThe command will print out a hypercore key. You can then view standup messages via [hyperpipe](https://github.com/mafintosh/hyperpipe):\n\n```\nnpm install -g hyperpipe\nhyperpipe standup-data \u003ckey\u003e\n```\n\n### Tailing\n\nYou can tail an existing standup key and echo it to another channel/server. This is useful if you want to echo on multiple irc servers.\n\n```\nstandup-friends --cwd=data-tail --echo=#dat --tail=\u003ckey-from-above\u003e\n```\n\nThis will store a duplicate of the data in `/data-tail`.\n\n### IRC Commands\n\n```\n!status\n!standup building things\n```\n\n## License\n\n[MIT](LICENSE.md)\n\n[npm-image]: https://img.shields.io/npm/v/standup-friends.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/standup-friends\n[travis-image]: https://img.shields.io/travis/joehand/standup-friends.svg?style=flat-square\n[travis-url]: https://travis-ci.org/joehand/standup-friends\n[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square\n[standard-url]: http://npm.im/standard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoehand%2Fstandup-friends","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoehand%2Fstandup-friends","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoehand%2Fstandup-friends/lists"}