mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore(readme): describe steps for minimal code
This commit is contained in:
parent
4dc285b813
commit
3aad6ca8c2
1 changed files with 4 additions and 2 deletions
|
|
@ -11,14 +11,16 @@
|
|||
[](https://github.com/aiogram/aiogram/issues)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
|
||||
**aiogram** is a pretty simple and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and as simple as.
|
||||
**aiogram** is a pretty simple and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and simpler.
|
||||
|
||||
|
||||
<details>
|
||||
<summary>📚 Some simple code examples</summary>
|
||||
|
||||
|
||||
First, you should obtain token for your bot from [BotFather](https://t.me/BotFather).
|
||||
**Few steps, before you get started...**
|
||||
- First, you should obtain token for your bot from [BotFather](https://t.me/BotFather).
|
||||
- Install latest stable version of aiogram, simply running `pip install aiogram`
|
||||
|
||||
### Simple [`getMe`](https://core.telegram.org/bots/api#getme) request
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue