https://github.com/strugee/hubot-source
"hubot: where's the source?"
https://github.com/strugee/hubot-source
hacktoberfest hubot hubot-scripts javascript
Last synced: 4 months ago
JSON representation
"hubot: where's the source?"
- Host: GitHub
- URL: https://github.com/strugee/hubot-source
- Owner: strugee
- License: lgpl-3.0
- Created: 2017-07-07T07:29:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T01:29:39.000Z (about 6 years ago)
- Last Synced: 2025-10-30T09:49:39.421Z (8 months ago)
- Topics: hacktoberfest, hubot, hubot-scripts, javascript
- Language: CoffeeScript
- Homepage:
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# hubot-source
[](https://travis-ci.org/strugee/hubot-source)
[](https://coveralls.io/github/strugee/hubot-source?branch=master)
[](https://greenkeeper.io/)
"hubot: where's the source?"
See [`src/source.coffee`](src/source.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-source --save`
Then add **hubot-source** to your `external-scripts.json`:
```json
[
"hubot-source"
]
```
## Configuration
hubot-source expects one environment variable, `HUBOT_SOURCE_URL`. This is the URL that will be sent back when a user requests the source code.
## Sample Interaction
```
user1>> hubot where's the source?
hubot>> http://example.com/
```
## License
LGPL 3.0+
## Author
AJ Jordan
Originally extracted from the [pump.io](http://pump.io) project's [pumabot](https://github.com/pump-io/pumabot).