🏁 Introduction¶
What will you learn in the tutorials?¶
The tutorial section teaches you how to:
- Install and configure the library
- Build your first bot command
- Create multi‑step flows
- Send inline keyboards
- Extend your first bot command
- Handle typed user input
- 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:
…you're ready.
Next steps¶
Continue to:
This will walk you through installation, configuration, and verifying that your bot is connected.
You're now ready to begin!