Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gjbianco/hubot-simple-daily-gif
https://github.com/gjbianco/hubot-simple-daily-gif
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gjbianco/hubot-simple-daily-gif
- Owner: gjbianco
- License: mit
- Created: 2019-10-13T15:07:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:38:40.000Z (about 2 years ago)
- Last Synced: 2024-12-09T12:57:38.132Z (about 1 month ago)
- Language: JavaScript
- Size: 705 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Daily GIF
A very basic daily gif Hubot script.
## Configuration
Environment variables:
- GIPHY_API_TOKEN
## Commands
`!daily [on|off]`
Every 24 hours after enabling, searches giphy for the day of the week plus a random word (see `src/word-list.json`) and returns the top gif.
If you don't specify `on` or `off`, it will list whether or not it is enabled.