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.
- Post URLs to revisions and tasks right from Slack.
- Summon (mention) reviewers of a revision.
- Route specific events (Tasks, Revisions, Commits) into specific channels.
- Push all feed events into a single channel (This may flood a channel if your organization is big enough).
- Pretty icons ;)
- Getting Started: A guide on how to setup Phabulous for the first time.
- Upgrade Notes: Instructions on how to upgrade to newer versions of Phabulous.
- Command Reference: Reference for all available bot commands.
- Help & Troubleshooting: Tips and answers to common problems.
- Wiki: More articles and information about Phabulous.
To compile Phabulous, you need a recent version of Go:
go get github.com/etcinit/phabulous/cmd/phabulous
// or, for cross-compiling:
go get github.com/mitchellh/gox
git clone git@github.com:etcinit/phabulous.git
cd phabulous
make