An open API service indexing awesome lists of open source software.

https://github.com/davecaos/giphy_slack_webtask

Little example of Slack's '/giphy' command using webtask
https://github.com/davecaos/giphy_slack_webtask

nodejs webtask webtask-slack

Last synced: about 1 month ago
JSON representation

Little example of Slack's '/giphy' command using webtask

Awesome Lists containing this project

README

          

# giphy_slack_webtask
Little example of hacky version of Slack's '/giphy' command using webtask,
this will only post in channels (it will be posted by default at the general channel with doge photos)

## Create the webtask
```bash
wt create --secret BOT_TOKEN=PUT_OUR_SLACK_TOKEN_HERE https://raw.githubusercontent.com/davecaos/giphy_slack_webtask/master/giphy.js
```

## Result

screen shot 2018-07-25 at 00 26 50