Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.