Skip to content

"hubot: where's the source?"

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

strugee/hubot-source

hubot-source

Build Status Coverage Status Greenkeeper badge

"hubot: where's the source?"

See 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:

[
  "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 alex@strugee.net

Originally extracted from the pump.io project's pumabot.