Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/taiki45/ruboty-echo
- Owner: taiki45
- License: mit
- Created: 2014-06-26T13:28:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T01:25:04.000Z (over 6 years ago)
- Last Synced: 2024-10-02T09:20:58.865Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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