Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 580 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 580 Bytes

Slack Zendesker

Expands #\d+ to Zendesk description for lazyness reasons. Not compatible with Python 3.2 due to silly decision to syntax error u"".

To install:

mkdir slack-zendesker
cd slack-zendesker
virtualenv .env/
source .env/bin/activate
pip install -e [email protected]:kotnik/slack-zendesker.git#egg=slack_zendesker

To run:

export SLACKBOT_API_TOKEN=YOUR_BOT_API_TOKEN
export SLACKBOT_ZENDESK_APP=YOURAPP # as in https://YOURAPP.zendesk.com
export SLACKBOT_ZENDESK_USER='[email protected]/token'
export SLACKBOT_ZENDESK_PASS='TOKEN'
slack_zendesker