Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s4ichi/ruboty-attend

Management attendance.
https://github.com/s4ichi/ruboty-attend

Last synced: 13 days ago
JSON representation

Management attendance.

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).