chore(readme): describe steps for minimal code

This commit is contained in:
mpa 2020-08-16 03:51:02 +04:00
parent 4dc285b813
commit 3aad6ca8c2
No known key found for this signature in database
GPG key ID: BCCFBFCCC9B754A8

View file

@ -11,14 +11,16 @@
[![Github issues](https://img.shields.io/github/issues/aiogram/aiogram.svg?style=flat-square)](https://github.com/aiogram/aiogram/issues)
[![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](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