• Stars
    star
    218
  • Rank 181,805 (Top 4 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 10 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Phabricator bot for 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

  • 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 ;)

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 [email protected]:etcinit/phabulous.git
cd phabulous
make

More Repositories

1

speedbump

A Redis-backed rate limiter in Go
Go
116
star
2

enclosure

Javascript IOC Container and module loading system
JavaScript
7
star
3

ensure

Ensure.js: A simple library for checking types in Javascript + extras
CSS
7
star
4

vertex

A barebones Docker image with essentials for PHP developement and deployment
Shell
6
star
5

craze

A micro-library for racing HTTP GET requests
Haskell
4
star
6

central

Go implementation of the backend of etcinit/nexus
Go
3
star
7

minebot

Minecraft Bot for my final AI project
JavaScript
3
star
8

sauron

CLI tool for tail-ing a whole log directory recursively and dynamically
Go
2
star
9

dotfiles

Neovim + others configuration files
Vim Script
2
star
10

tutum-php

Partial Tutum PHP client
PHP
2
star
11

docker-haskell-stack

Docker image with stack
2
star
12

structures

A small experiment on data structures on PHP
PHP
1
star
13

saltstack

Stack for setting up personal environments
SaltStack
1
star
14

mockingbird

A DSL for mocking dependencies on PHP unit tests
PHP
1
star
15

kawaii

[Read-Only Mirror] Some utilities for serving Hakyll sites/blogs
Haskell
1
star
16

nexus-client-go

Golang client for the Nexus Configuration Server
Go
1
star
17

nexus-harvester

Log harvester for the Nexus Configuration Server
JavaScript
1
star
18

nexii

Nexus Configuration Server CLI client
Go
1
star
19

phabricator-yubikey

Experimental integration of Yubikey OTPs with Phabricator
PHP
1
star
20

shift

A changelog generator
Haskell
1
star
21

etcinit

Config files for my GitHub profile.
1
star
22

blog

[READ-ONLY] Mirror of https://phabricator.chromabits.com/diffusion/B/
CSS
1
star
23

laravel-tutum

Experimental Laravel integration with Tutum's API
PHP
1
star
24

nexus

Configuration file server
JavaScript
1
star
25

xss-challenge

XSS challenge over IRC, because why not
JavaScript
1
star
26

CSCI4050-CarRentalService

Simple car rental project for UGA's CSCI4050 class
Java
1
star
27

radio

Broadcast messages to multiple Go channels
Go
1
star
28

flow-redux-example

A simple To Do app built using Redux and checked with Flow
JavaScript
1
star
29

UGAACM-GameDev

This repository contains the first game project of the game development group of the University of Georgia chapter of the ACM
Java
1
star
30

jenkins-php-slave-docker

Docker image of Jenkins node with PHP
1
star
31

ohmygorm

Some helpers for Gorm using Confer
Go
1
star