Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/madh93/rubyrulesbot
- Owner: Madh93
- License: gpl-2.0
- Created: 2015-12-17T23:00:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T16:05:06.000Z (almost 9 years ago)
- Last Synced: 2023-02-26T07:12:01.522Z (almost 2 years ago)
- Topics: bot, interpreter, ruby, telegram
- Language: Ruby
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)