java-telegram-bot-tutorial icon indicating copy to clipboard operation
java-telegram-bot-tutorial copied to clipboard

Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.


search: keywords: - table of contents - getting started - readme

  • Note: this guide is not maintained. It's open for all contributions through GitHub.

Introduction

Book Status

Hello everyone! While reading this book you will learn how to create Telegram Bots from start to finish. I assume you already know Java programming language.

All sources are available at GitHub repository.

Table of contents

  • Lesson 1. Simple "echo" bot
  • Lesson 2. PhotoBot
  • Lesson 3. Logging
  • Lesson 4. Emoji
  • Lesson 5. Deploy your bot
  • Lesson 6. Inline keyboards and editing message's text
  • Lesson 7. Creating users database with MongoDB
  • Lesson 8. Integrating with Redis

Credits