Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Detry322/hubot-redisred
A redisred API handler for Hubot
https://github.com/Detry322/hubot-redisred
Last synced: 12 days ago
JSON representation
A redisred API handler for Hubot
- Host: GitHub
- URL: https://github.com/Detry322/hubot-redisred
- Owner: Detry322
- License: mit
- Created: 2015-08-14T00:29:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T14:58:44.000Z (about 8 years ago)
- Last Synced: 2024-04-25T14:22:14.213Z (7 months ago)
- Language: CoffeeScript
- Size: 6.84 KB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-hackathon - Hubot-RedisRed - As well as [hubot-group](https://github.com/anishathalye/hubot-group), [hubot-conf](https://github.com/anishathalye/hubot-conf), [hubot-shortcut](https://github.com/anishathalye/hubot-shortcut) by HackMIT are [Hubot](https://hubot.github.com/) plugins to make organizing easier. (Tooling / Organizing)
README
# hubot-redisred
A script that allows users to make redisred links through hubot.
See [`src/redisred.coffee`][redisred] for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-redisred --save`
Then add **hubot-redisred** to your `external-scripts.json`:
```json
[
"hubot-redisred"
]
```Set the following environment variables to interact with redisred:
- `HUBOT_REDISRED_URL` The base URL for redirects, not including the API path.
- e.g. `https://go.hackmit.org`
- `HUBOT_REDISRED_TOKEN` The redisred API token.
- `HUBOT_REDISRED_PREFIX` The prefix to auto-expand links
- e.g. `blah` here will expand the chat message `blah/redisred` into `https://go.hackmit.org/redisred`## License
Copyright (c) 2015 Jack Serrino. Released under the MIT License. See
[LICENSE.md][license] for details.[redisred]: src/redisred.coffee
[license]: LICENSE.md