https://github.com/davidvanleeuwen/hubot-clean
A cleaning schedule made for Hubot
https://github.com/davidvanleeuwen/hubot-clean
Last synced: 8 months ago
JSON representation
A cleaning schedule made for Hubot
- Host: GitHub
- URL: https://github.com/davidvanleeuwen/hubot-clean
- Owner: davidvanleeuwen
- License: mit
- Created: 2012-12-09T20:41:20.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-09T21:03:45.000Z (almost 13 years ago)
- Last Synced: 2025-02-26T16:54:55.600Z (8 months ago)
- Language: CoffeeScript
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Everybody needs a cleaning schedule. At work, at home, you name it. But don't try to print it out on a piece of paper. Do it using Campfire, checking who's online and giving all chores a certain amound of points. And the people who has the least amound of points, will be doing the task.
So you know, you can create your own schedule (and it doesn't need to be cleaning chores persee). But it does require somethings, like [Hubot](http://hubot.github.com/).

## Try it out
First add the roomnumber it should set as 'main' room (uses these users and will message the person that needs to do something from the schedule). Then create your own schedule, by creating an array with items, that require a todo (method) and certain amount of points.
schedule[5]['17:30'] =
todo: (user) ->
"Hey #{user}, get me a beer!"
points: 1## Want more?
Please contact me on [Twitter](http://twitter.com/davidvanleeuwen) or check out my website [David van Leeuwen](http://davidvanleeuwen.nl).