Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taiki45/ruboty-echo

Ruboty repeats everything...
https://github.com/taiki45/ruboty-echo

Last synced: 13 days ago
JSON representation

Ruboty repeats everything...

Awesome Lists containing this project

README

        

# Ruboty::Echo
Ruboty repeats everything...

## Installation
Add this line to your ruboty's Gemfile:

gem 'ruboty-echo'

## Usage
```
> ruboty echo hubot image me deal with it
hubot image me deal with it
```

You can use ruboty as a timer combination with [ruboty-delay](https://github.com/taiki45/ruboty-delay).

```
> ruboty delay 1200 ruboty echo Finish 20 min period!
# ...20 minutes after
Finish 20 min period!
```

## Contributing

1. Fork it ( http://github.com//ruboty-echo/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request