Code Monkey home page Code Monkey logo

trello-hipchat's Introduction

Integrate Trello and HipChat

Send important Trello activity logs to HipChat rooms.

This program will monitor multiple Trello boards/lists and send notifications to multiple HipChat rooms. You can monitor a whole board, or just a specific subset of lists within it.

Currently, the following Trello activities are notified for all the specified lists/boards:

  • Creation of a card
  • Comments being added to a card
  • Attachments being added to a card
  • Moves of cards between lists, if etiher the old or the new list is among the monitored ones
  • Completion of checklist items within a card

This subset of actions (with a carefully tuned whitelist of lists) should give a good balance and report important notifications to the whole development team.

How to install

  • Copy the program to some Linux server you have access to.

  • Copy the sample configuration from trello-hipchat.cfg.sample to trello-hipchat.cfg.

  • Go through the configuration, read the comments and follow all the instructions to get all the required API keys, tokens, IDs, etc.

  • Run trello-hipchat.py within cron. You can use crontab -e to edit the current user's crontab file, and add a line like this to run the program every minute and redirect its logs to syslog:

     * * * * * /path/to/trello-hipchat.py 2>&1 | logger
    

trello-hipchat's People

Contributors

rasky avatar

Watchers

James Cloos avatar  avatar

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.