Skip to content

🏁 Introduction

What will you learn in the tutorials?

The tutorial section teaches you how to:

  1. Install and configure the library
  2. Build your first bot command
    • Create multi‑step flows
    • Send inline keyboards
  3. Extend your first bot command
    • Handle typed user input
  4. Write tests for your bot logic

Each tutorial builds on the previous one.


Prerequisites

To follow along, you should know the basics of:

  • Python 🐍
  • Django models, views, settings
  • Virtual environments
  • Running a Django dev server
  • Using Telegram and creating a bot token

If you're comfortable running:

python manage.py runserver

…you're ready.


Next steps

Continue to:

👉 Getting Started

This will walk you through installation, configuration, and verifying that your bot is connected.

You're now ready to begin!