Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimromi/ruboty-record_date
https://github.com/kimromi/ruboty-record_date
ruboty ruby
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kimromi/ruboty-record_date
- Owner: kimromi
- License: mit
- Created: 2017-06-30T13:43:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T11:21:23.000Z (over 7 years ago)
- Last Synced: 2024-10-30T13:45:41.513Z (17 days ago)
- Topics: ruboty, ruby
- Language: Ruby
- Size: 126 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ruboty::RecordDate
Record date handler for Ruboty.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'ruboty-record_date'
```## Usage
```
# record date(monitoring all comments)
record-date# date record list
@ruboty record list# date record delete
@ruboty record list## Screenshots
### add record(monitoring all comments)
![](https://github.com/kimromi/ruboty-record_date/blob/master/screenshots/add.png?raw=true)
### list records
![](https://github.com/kimromi/ruboty-record_date/blob/master/screenshots/list.png?raw=true)
### delete record
![](https://github.com/kimromi/ruboty-record_date/blob/master/screenshots/delete.png?raw=true)
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).