Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjasghar/hubot-welcome
https://github.com/jjasghar/hubot-welcome
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jjasghar/hubot-welcome
- Owner: jjasghar
- License: mit
- Created: 2014-10-30T22:01:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-29T21:39:58.000Z (almost 10 years ago)
- Last Synced: 2023-08-06T09:38:30.429Z (over 1 year ago)
- Language: CoffeeScript
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-welcome
A hubot script to greet newbies to your channelSee [`src/welcome.coffee`](src/welcome.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-welcome --save`
Then add **hubot-welcome** to your `external-scripts.json`:
```json
[
"hubot-welcome"
]
```## Configuration
None :)
## Command
Example: `hubot welcome ` The default greeting is: `nice to meet you!`## Sample Interaction
```
user1> Hey everyone I'm new!
Hubot> Welcome user1, nice to meet you!
```