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
- Host: GitHub
- URL: https://github.com/davecaos/giphy_slack_webtask
- Owner: davecaos
- Created: 2018-07-29T14:25:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T14:45:36.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T19:47:01.535Z (about 1 year ago)
- Topics: nodejs, webtask, webtask-slack
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
