Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/madh93/rubyrulesbot

Ruby + Telegram = :heart:
https://github.com/madh93/rubyrulesbot

bot interpreter ruby telegram

Last synced: 21 days ago
JSON representation

Ruby + Telegram = :heart:

Awesome Lists containing this project

README

        

# RubyRulesBot

Telegram bot to enjoy Ruby programming language.

### Usage

Add [RubyRulesBot](https://telegram.me/RubyRulesBot) and send any sentence:

/puts "Hello World!" # Hello World!
/puts [1,2,3,4].map{|x| x*2} # [2, 4, 6, 8]
/puts a = []; a.push 5 # [5]

#### Special thanks

- [Andrés Cidoncha Carballo](https://github.com/AndresCidoncha)
- [Adrian Abreu Gonzalez](https://github.com/alu0100601398)
- [Tobias L. Maier](https://github.com/tmaier)