Ruboty::QiitaScouter
A Ruboty Handler + Actions plugin to analyze your Qiita power.
Ruboty is Chat bot framework. Ruby + Bot = Ruboty
Installation
Add this line to your application's Gemfile:
gem 'ruboty-qiita_scouter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ruboty-qiita_scouter
Usage
Analyze your qiita power
> ruboty help
ruboty /qiita scouter (?<id>.+?)\z/ - analyze qiita power
# exist user
> ruboty qiita scouter tbpgr
ユーザー名: tbpgr 戦闘力: 218544 攻撃力: 27840 知力: 183860 すばやさ: 6844
# not exist user
> ruboty qiita scouter invalid_user
Failed by OpenURI::HTTPError
ENV
nothing
Screenshot
nothing
Dependency
-
QiitaScouter gem
- QiitaScouter gem depend on Qiita Developer API v1
Reference
- This plugin's product code template is generated by ruboty-gen GitHub
- This plugin's test code template is generated by rspec_piccolo GitHub
Contributing
- Fork it ( https://github.com/tbpgr/ruboty-qiita_scouter/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request