https://github.com/hubot-archive/hubot-pugme
Pugme is the most important hubot script
https://github.com/hubot-archive/hubot-pugme
Last synced: about 2 months ago
JSON representation
Pugme is the most important hubot script
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-pugme
- Owner: hubot-archive
- Created: 2014-08-26T23:49:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T15:01:46.000Z (about 7 years ago)
- Last Synced: 2025-03-24T15:21:51.272Z (2 months ago)
- Language: CoffeeScript
- Size: 5.86 KB
- Stars: 22
- Watchers: 2
- Forks: 45
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-pugme
Pugme is the most important hubot script
See [`src/pugme.coffee`](src/pugme.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-pugme --save`
Then add **hubot-pugme** to your `external-scripts.json`:
```json
[
"hubot-pugme"
]
```## Sample Interaction
```
user1>> hubot pug me
hubot>> http://30.media.tumblr.com/tumblr_lj50gs8rAX1qaa50yo1_500.jpg
user1>> hubot pug bomb me
hubot>> http://30.media.tumblr.com/tumblr_lj50gs8rAX1qaa50yo1_500.jpg
hubot>> http://24.media.tumblr.com/95a84579fa297844891b3ab1a5c76c0a/tumblr_mooibbcKl51rylzllo1_500.jpg
hubot>> http://27.media.tumblr.com/tumblr_ll5akuIrji1qk3h3co1_500.png
hubot>> http://29.media.tumblr.com/tumblr_ll3xcmS6Bh1qb08qmo1_500.jpg
```