Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manpages/hubot-scratchpad
hubot files for memoricide
https://github.com/manpages/hubot-scratchpad
Last synced: 24 days ago
JSON representation
hubot files for memoricide
- Host: GitHub
- URL: https://github.com/manpages/hubot-scratchpad
- Owner: manpages
- Created: 2012-08-02T23:58:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-17T15:50:23.000Z (about 12 years ago)
- Last Synced: 2023-03-12T06:04:26.107Z (over 1 year ago)
- Language: CoffeeScript
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My scripts
==========Those are intended to work with xmpp hubot adapter
askhimto
--------A script to manage todo lists for several users.
You may ask anyone to do something and he or she will be able to run
````
hubot todo
````to list assigned stuff. In order to mark something done simply run
````
hubot done *task_id*
````git-hooks
---------To be used together with commit-msg git hook
Will force hubot to announce commits by a user. Requires hubot http listener and curl on the client side.
git-payloads
------------Announces pushes by a user. Requires serverside hook that does the post to the hubot listener.