ruboty-growthforecast
GrowthForecastから値を取得して表示するrubotyプラグインを作った。チャットから雑にユーザ数などを確認できるようになった。
インストール方法
gem 'ruboty-growthforecast'
使い方
gf show <service_name>/<section_name>/<graph_name> [format]
format部分にはERBが使えるので任意の文字列を表示できる。また、省略すると数字がそのまま表示される。
ソースコードとか
- Github: https://github.com/mzp/ruboty-growthforecast
- Rubygems: https://rubygems.org/gems/ruboty-growthforecast
Tips
書式が複雑なので、ruboty-aliasで適当な別名をつけたほうがよい。
> ruboty alias ユーザ数 -> gf show service/member/register 今日のユーザ数は<%= number %>人です。 Registered alias: ユーザ数 -> gf show service/member/register 今日のユーザ数は<%= number %>人です。 > ruboty ユーザ数 今日のユーザ数は100人です。