Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 789 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 789 Bytes

Hello Ruby Bot

Programming examples for Telegram Bot development using telegram-bot-ruby

To Use

  • Visit BotFather
  • Use the /newbot command to create a new bot.
  • Input Bot API to hellorubybot.rb

Execute

$ bundle

Start Bot

$ ruby hellorubybot.rb

When committing changes processes needs to be re-executed.

Resources

Hosting on Heroku

Procfile
worker: ruby hellorubybot.rb