Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

richardhunt/gretchen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-gretchen

Creates a HTTP endpoint to tell hubot secrets. Like Gretchen Weiners.

See src/gretchen.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-gretchen --save

Then add hubot-gretchen to your external-scripts.json:

[
  "hubot-gretchen"
]

Sample Interaction

// raw json, must specify Content-Type: application/json
curl -X POST -H "Content-Type: application/json" -d '{"secret":"I'm up to no good"}' http://127.0.0.1:8080/hubot/chatsecrets/room

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published