https://github.com/0nese7en/phabribot
A phabricator bot for slack.
https://github.com/0nese7en/phabribot
phabricator slack
Last synced: about 2 months ago
JSON representation
A phabricator bot for slack.
- Host: GitHub
- URL: https://github.com/0nese7en/phabribot
- Owner: 0neSe7en
- License: mit
- Created: 2018-01-15T07:27:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T20:59:41.000Z (about 6 years ago)
- Last Synced: 2025-06-23T13:48:28.043Z (about 1 year ago)
- Topics: phabricator, slack
- Language: JavaScript
- Size: 149 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phabribot
[](https://travis-ci.org/0neSe7en/phabribot)
[](https://greenkeeper.io/)
A phabricator bot for slack.
## Features
- Resolve object details by `{Txxx}`, `{Dxxx}`.
- Get recent revision by `@phabribot diff author limit`.
## Usage
Move `env.sample` to `.env`, and fill all tokens.
```
$ npm run start
```
## Docker Usage
```
$ docker run -d -e SLACK_TOKEN=xoxb-xxxxx -e SLACK_VERIFICATION=xxxx -e CONDUIT_TOKEN=api-xxx -e PHABRICATOR_DOMAIN=https://example.com phabribot:latest
```
## Environments
- **SLACK_TOKEN**: `xoxb-`
- **SLACK_VERIFICATION**: `xxx`
- **CONDUIT_TOKEN**: `api-`
- **PHABRICATOR_DOMAIN**: `https://phabricator.domain.com`
- **BOTNAME**: `phabribot`