Taskbot
Not ready for people to use, still experimenting
would love help
Accept text, possibly from a stream, and parse for commands to then execute. For each command found,
that command should be run through an array of parsers. Commands should be extracted from the message body.
Commands/Parsers should be run sequentially so the message body may be modified in the process -- similar to
express/connect style functions.
Install
npm install taskbot
Initial Spec
- taskbot:
- accepts:
- commands
- parsers
#Additional Ideas
#Contributing
Yes please. Select an issue/todo and pull request.