Programming examples for Telegram Bot development using telegram-bot-ruby
- Visit BotFather
- Use the
/newbot
command to create a new bot. - Input Bot API to
hellorubybot.rb
$ bundle
$ ruby hellorubybot.rb
When committing changes processes needs to be re-executed.
Procfile
worker: ruby hellorubybot.rb