etcinit / phabulous

A Phabricator bot for Slack
MIT License
218 stars 47 forks source link
bot go irc phabricator slack

Phabulous

Example

Phabulous is a Slack bot for Phabricator.

Node.js version: The Javascript version of this project has been replaced with a rewrite from scratch in Go. The code for the Javascript version is available at the legacy branch, but it won't be actively maintained.

Build Status Docker Repository on
Quay Go Report
Card

Features

Guides

Compiling from source

To compile Phabulous, you need a recent version of Go (>= 1.9) and dep:

go get github.com/etcinit/phabulous/cmd/phabulous

// or, for cross-compiling:

go get github.com/laher/goxc
git clone git@github.com:etcinit/phabulous.git
cd phabulous
make