hippie

command module
v0.0.0-...-bbaf827 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2016 License: MIT Imports: 18 Imported by: 0

README

hippie

A simple, but extensible webhooks-based HipChat bot written in Golang.

Usage

  1. Download, and install hippie:

    go get -u github.com/claudebot/hippie
    
  2. Initiate the hippie:

    hippie -token=<hipchat token> -room=<room name> -url=<url to hosted bot>
    

Use ngrok if you want to host the bot locally without the hassle of port forwarding. You can then use the ngrok URL for the bot (the default port is 8080).

Scripting

By default, it is shipped with a few basic scripts; including support for the infamous Giphy. See scripts/ for more information.


The bot's design was inspired by the following packages / projects:

hippie HipChat ChatOps implementation is arguably more effective, and reliable than that of lucille, and its Golang counterpart, buster. It relies on webhooks rather than interval-based long-polling of the chat history endpoint. As such, it is able to respond to messages a lot quicker without expending unnecessary resources.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
scripts

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL