Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidesantangelo/gemsbot

Telegram Bot wrapper for the RubyGems.org API
https://github.com/davidesantangelo/gemsbot

rails ruby telegram-bot telegrambot

Last synced: 3 months ago
JSON representation

Telegram Bot wrapper for the RubyGems.org API

Awesome Lists containing this project

README

        

# GemsBot ( GemsBot on Telegram )
Bot wrapper for the RubyGems.org API

Screenshot-2020-02-26-at-10-29-59

## TELEGRAM

https://t.me/rubyg_bot

If you want to support me in server costs, consider buying me a coffee! Thanks!

Buy Me A Coffee

## Built With

- [Ruby on Rails](https://github.com/rails/rails) — Our back end API is a Rails app. It responds to requests RESTfully in JSON.
- [Redis](https://redis.io/) — We use Redis as a cache and for transient data.
- [Gems](https://github.com/rubygems/gems) — Ruby wrapper for the RubyGems.org API https://rubygems.org

Plus *lots* of Ruby Gems, a complete list of which is at [/master/Gemfile](https://github.com/davidesantangelo/feedi/blob/master/Gemfile).

## License
GemsBot app is released under the MIT License.

## Contributing

1. Fork it ( https://github.com/[my-github-username]/gemsbot/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