The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

api.github

Provides functions for interacting with Github APIs, including watching for repository related events.

A poor man's alternative to simply enabling Github's built-in chat notifiers.

github-watch

Description

Adds a watcher for the current channel on the given Github project. The watcher will periodically poll the Github APIs for commit, issue, and other events and report them in the channel when they occur. If multiple events have occurred since the last reporting, they will be bundled together.

Usage

<project url>

Examples

    (github-watch https://github.com/jsime/robobot)

github-unwatch

Description

Removes the watcher for the given Github project in the current channel. If the same project is being watched in other channels as well, it will need to be removed from them separately.

Usage

<project url>

Examples

    (github-unwatch https://github.com/jsime/robobot)

github-list

Description

Displays the list of Github projects being watched in the current channel.