Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s4ichi/ruboty-attend
Management attendance.
https://github.com/s4ichi/ruboty-attend
Last synced: 13 days ago
JSON representation
Management attendance.
- Host: GitHub
- URL: https://github.com/s4ichi/ruboty-attend
- Owner: s4ichi
- License: mit
- Created: 2016-05-11T21:17:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T21:44:55.000Z (over 8 years ago)
- Last Synced: 2024-09-25T21:07:32.841Z (about 2 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ruboty::Attend
Management attendance.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'ruboty-attend'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install ruboty-attend
## Usage
```
ruboty /create_attendance\s?(?.+?)\z/ - create new attendance
ruboty /close_attendance\s?(?(\d)+?)\z/ - close attendance
ruboty /absent\s?(?(\d)+?)\z/ - absent target channel event
ruboty /attend\s?(?(\d)+?)\z/ - attend target channel event
ruboty /all_attendance\z/ - show all attendance
ruboty /attend_status\s?(?(\d)+?)\z/ - get state of channel
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/Everysick/ruboty-attend. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).