- Python 3
- Phabricator API Token
- Slack slash intergration
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
export PHAB_URL=<phabricator_url>
export PHAB_TOKEN=<phabricator_api_token>
export SLASH_TOKEN=<slash_token>
gunicorn --reload main:__hug_wsgi__
/[slash_command] [action] [options]
action
can beq
,query
orsearch
options
:me
ormine
: Your tasks (same username of Phabricator)open
,resolved
,invalid
,wontfix
orspite
: status of task
/phab q open
: Get open tasks/phab q me open
: Get your open tasks/phab query mine resolved
: Get your resolved tasks