Create Telegam bot. Part 3.
In this chapter we will start build our Rails app by created data structure and response to telegram API.
- Let’s create new table quotes and quote_types.
- Lets seed initial data there
- Moving forward daily quotes will be taken from API
- Create Telegram API library and initializer
- Create Users table
- Add REST Client library
- Create callback from Telegram
- Deploy code to heroku
- Enjoy!
heroku,telegrambotapi,rails