0.0
No commit activity in last 3 years
No release in over 3 years
manage members' karma
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
 Project Readme

Ruboty::Karma

A plugin for Ruboty which manage members' karma.

Installation

Add this line to your application's Gemfile:

gem 'ruboty-karma'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ruboty-karma

Usage

increase

@ruboty @name ++

@ruboty will increase @name's karma.

If you want to make @ruboty to say other response, you can use RUBOTY_KARMA_ADD.

ex

export RUBOTY_KARMA_ADD=%s got %d karma total! Awesome!

replace

You can use ruboty-replace to use shortcut commands.

Register

@ruboty: replace thx @?([^  :]+) with @ruboty  @\1 ++

Use

thx @name (you can write message here)

list

@ruboty list karma

@ruboty will show you list of members' karma.

If you don't intend to mention others, you can list with -q or --quiet.

@ruboty list karma -q (or @ruboty list karma --quiet)

Names on the list will be separated with space and it won't disturb anyone.

# not-quiet
hkdnet : 1
# quiet
h k d n e t : 1

It doesn't look smart, but you may need this.

If you want list to be always quiet, you can use ruboty-replace.

Register

@ruboty: replace list karma with list karma -q

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/hkdnet/ruboty-karma. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.