Skip to content

Listens for mentions of Zendesk tickets in Slack channel and posts relevant information

License

Notifications You must be signed in to change notification settings

kotnik/slack-zendesker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git+git@github.com: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='your@mail.com/token'
export SLACKBOT_ZENDESK_PASS='TOKEN'
slack_zendesker

About

Listens for mentions of Zendesk tickets in Slack channel and posts relevant information

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages