Java in 24 Hours (8th Edition) Hour 25: Building Chat Bots with Java

The cover of Teach Yourself Java in 24 Hours (8th Edition) by Rogers Cadenhead

Home Feedback Other Books Previous Hour Next Hour

Notes and Corrections

  • None.

Source Files

Activities

  • Solution 1: NicerRoller000Bot.java, which must be renamed (and edited) to reflect the random three-digit number you chose when registering the bot with BotFather on Telegram. You also must edit the getBotToken() method to return the real key.
  • Solution 2: Guesser000Bot.java, which also must be revised to reflect the three-digit number you chose when registering the bot with BotFather and be updated with the real key.