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