0.0
No commit activity in last 3 years
No release in over 3 years
An Ruboty Handler + Actions to output Bestgems downloads or rank.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

>= 0
 Project Readme

Ruboty::Bestgems

A Ruboty Handler + Actions to output Bestgems downloads or rank.

Gem Version

Ruboty is Chat bot framework. Ruby + Bot = Ruboty

Installation

Add this line to your application's Gemfile:

gem 'ruboty-bestgems'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ruboty-bestgems

Commands

Command Pattern Description
total_downloads /total_downloads (?<gem_name>.+)\z/ latest total_download count
daily_downloads /daily_downloads (?<gem_name>.+)\z/ latest daily_download count
total_ranking /total_ranking (?<gem_name>.+)\z/ latest total_ranking
daily_ranking /daily_ranking (?<gem_name>.+)\z/ latest daily_ranking

Usage

total_downloads

  • latest total_download count
>ruboty total_downloads ruboty-megen
>356

daily_downloads

  • latest daily_download count
>ruboty daily_downloads ruboty-megen
>10

total_ranking

  • latest total_ranking
>ruboty total_ranking ruboty-megen
>84052

daily_ranking

  • latest daily_ranking
>ruboty daily_ranking ruboty-megen
>12021

ENV

Name Description
-- --

Dependency

Name Description
BestGems API version 1 BestGems API version 1

Contributing

  1. Fork it ( https://github.com/tbpgr/ruboty-bestgems/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request