Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidesantangelo/gemsbot
- Owner: davidesantangelo
- Created: 2019-11-27T11:06:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T20:34:05.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T20:55:26.776Z (9 months ago)
- Topics: rails, ruby, telegram-bot, telegrambot
- Language: Ruby
- Homepage: https://t.me/rubyg_bot
- Size: 57.6 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GemsBot ( GemsBot on Telegram )
Bot wrapper for the RubyGems.org API## TELEGRAM
https://t.me/rubyg_bot
If you want to support me in server costs, consider buying me a coffee! Thanks!
## 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.orgPlus *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