Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hacklanta/hubot-gif-locker
Hubot script for storing and retrieving gif urls
https://github.com/hacklanta/hubot-gif-locker
Last synced: 3 days ago
JSON representation
Hubot script for storing and retrieving gif urls
- Host: GitHub
- URL: https://github.com/hacklanta/hubot-gif-locker
- Owner: hacklanta
- License: apache-2.0
- Created: 2014-07-27T02:36:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T21:30:42.000Z (almost 7 years ago)
- Last Synced: 2024-08-08T17:43:31.619Z (6 months ago)
- Language: CoffeeScript
- Size: 27.3 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hubot Gif Locker
============Hubot script for storing and retrieving gif urls.
* `{gif-name}.gif` - No hubot prefix, displays a random gif url from given name.
* `hubot gif {gif-name}` - Display random gif url from given name.
* `hubot (store|add) {gif-name} {gif-url}` - Store gif url with given name.
* `hubot alias gif {gif-name} {other-gif-name}` - Store gif-name so that it will always point to the gifs in other-gif-name.
* `hubot remove gif alias {gif-name}` - Removes gif-name as an alias.
* `hubot remove all {gif-name}` - Remove all gifs with given name.
* `hubot remove gif {gif-name} {gif-url}` - Remove specific gif url with given name.
* `hubot list gifs` - Display all gif names.
* `hubot list gifs {gif-name}` - Display gif urls from given name.