99designs-tasks-slack-bot
v0.0.2
Published
A Slack bot for 99designs Tasks
Downloads
8
Readme
Slack bot for 99designs Tasks
99designs Tasks is for getting small graphic design tasks completed by professional designers straight from Slack. Results are typically in under an hour.
Get in touch and we'll give you some freebies to try it out. :-)
Demo
https://youtu.be/URxdpAU2mqc
Installation
- Create a slack bot user: https://slack.com/services/new/bot
- Create a 99designs Tasks API key: https://99designs.com/tasks/apikeys
- Install and run the bot like this:
mkdir tasks-bot && cd tasks-bot
npm install git+https://[email protected]/99designs/tasks-slack-bot.git
node ./node_modules/.bin/tasks-bot \
--slack-key=xoxb-xxxx-xxxxxx \
--tasks-key=xxxxxxxxx \
--webhook-url=http://my-server.com:9090/ \
--host=0.0.0.0 \
--port=9090