All Projects → etcinit → Phabulous

etcinit / Phabulous

Licence: mit
A Phabricator bot for Slack

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Phabulous

Marvin
The paranoid bot (framework)
Stars: ✭ 51 (-77.03%)
Mutual labels:  bot, slack, irc
Irackbot
Bridge between Slack and IRC channels allowing message filtering and logging while keeping communication public
Stars: ✭ 25 (-88.74%)
Mutual labels:  bot, slack, irc
React Slack Chat
[UPDATED] A Server-less Beautiful Gooey / Material Design Slack Chat Web Integrating Widget.
Stars: ✭ 139 (-37.39%)
Mutual labels:  bot, slack
Mojo Webqq
【重要通知:WebQQ将在2019年1月1日停止服务,此项目目前已停止维护,感谢大家四年来的一路陪伴】使用Perl语言(不会没关系)编写的smartqq/webqq客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,755 (+690.54%)
Mutual labels:  bot, irc
Office Simulator
Miss the office life? You won't any more with this wonderful office slack simulator.
Stars: ✭ 152 (-31.53%)
Mutual labels:  bot, slack
Sactive Bot
😈 An extensible chat bot framework. sactive-bot is an evolution of the open source hubot project. - https://www.shipengqi.top/sactive-bot .
Stars: ✭ 212 (-4.5%)
Mutual labels:  bot, slack
Norrisbot
a Slack bot that kicks asses (roundhouse-kicks to be accurate...)
Stars: ✭ 134 (-39.64%)
Mutual labels:  bot, slack
Slick
Slick, a Slack bot in Go
Stars: ✭ 150 (-32.43%)
Mutual labels:  bot, slack
Botkit
Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
Stars: ✭ 10,555 (+4654.5%)
Mutual labels:  bot, slack
Tenyks
The Tenyks IRC bot.
Stars: ✭ 171 (-22.97%)
Mutual labels:  bot, irc
Slack Starterbot
Python-powered simple starter Slack bot.
Stars: ✭ 169 (-23.87%)
Mutual labels:  bot, slack
Flottbot
A chatbot framework written in Go. All configurations are made in YAML files, or inside scripts written in your favorite language.
Stars: ✭ 175 (-21.17%)
Mutual labels:  bot, slack
Aws Maintenance Lambda
A lambda function to send alerts (to Slack, HipChat) on AWS maintenance events.
Stars: ✭ 133 (-40.09%)
Mutual labels:  bot, slack
Messaging Apis
Messaging APIs for multi-platform
Stars: ✭ 1,754 (+690.09%)
Mutual labels:  bot, slack
Tradingview Webhook Bot
⚙️ Send TradingView alerts to Telegram, Discord, Slack, Twitter and/or Email.
Stars: ✭ 135 (-39.19%)
Mutual labels:  bot, slack
Irslackd
Self-hosted IRC gateway to Slack
Stars: ✭ 128 (-42.34%)
Mutual labels:  slack, irc
Trebekbot
An addictive Jeopardy! bot for Slack. Fun fact, after I added this to my work Slack I was told to limit it to a single channel because productivity ground to a halt. (Five years later, the #jeopardy channel is still going strong.)
Stars: ✭ 147 (-33.78%)
Mutual labels:  bot, slack
Hubot Slack
Slack Developer Kit for Hubot
Stars: ✭ 2,260 (+918.02%)
Mutual labels:  bot, slack
Tfsnotificationrelay
An extensible plugin for TFS that sends notifications to Slack, HipChat and IRC
Stars: ✭ 120 (-45.95%)
Mutual labels:  slack, irc
Irc Slack
IRC-to-Slack gateway
Stars: ✭ 123 (-44.59%)
Mutual labels:  slack, irc

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].