Giter Club home page Giter Club logo

standup-friends's Introduction

standup-friends

Echo standup messages to a dedicated channel and record them to a hypercore feed.

npm standard

  • Problem: We have a #standup channel but we'd often get in discussion around standup items people posted and lose everyone's standup message.
  • Solution: Keep all human messages in a single channel but have a bot echo standup messages to a dedicated channel and a hypercore feed.

For example, we have to channels #general and #standup:

In #general I'd add my standup message for the day:

!standup Building a standup bot this morning and then doing hyperdrive SLEEP work next.

And the bot would echo it to #standup:

standup-bot: jhand: Building a standup bot this morning and then doing hyperdrive SLEEP work next.

Install

npm install -g standup-friends

Usage

The 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.

standup-friends --cwd=data --channel=#your-irc --echo=#standup-channel

Data will be stored in cwd via hypercore.

The command will print out a hypercore key. You can then view standup messages via hyperpipe:

npm install -g hyperpipe
hyperpipe standup-data <key>

Tailing

You 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.

standup-friends --cwd=data-tail --echo=#dat --tail=<key-from-above>

This will store a duplicate of the data in /data-tail.

IRC Commands

!status
!standup building things

License

MIT

standup-friends's People

Contributors

joehand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jakeburden

standup-friends's Issues

use slack bot client

right now we are using IRC/slack bridge but that requires an actual user. We should use slack client + bot user.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.