DEV Community

Davide Santangelo
Davide Santangelo

Posted on • Updated on

RubyGems Telegram Bot

Hi I started a little implementation of a Telegram Bot Around RubyGems.org API. Take a look at https://t.me/rubyg_bot, and give me some feedbacks.

GitHub: https://github.com/davidesantangelo/gemsbot

You can control Bot by sending these commands:

/info - type gem name and get some basic information type
/search - type gem name and get an array of active gems that match the query
/gems - type author username and get top 50 gems owned by specified username
/updated - returns the 50 most recently updated gems
/latest - returns the 50 gems most recently added to RubyGems.org
/popular - returns an array containing the top 50 downloaded gem versions of all time
/versions - type gem name and get an array (latest 50) of version details
Enter fullscreen mode Exit fullscreen mode

App Screeshot

A little video demonstration
https://twitter.com/daviducolo/status/1199731530429554688

Top comments (0)