mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Add a brief description for newcomers
This commit is contained in:
parent
01820c9943
commit
146a91f837
10
README.rst
10
README.rst
|
@ -7,6 +7,16 @@ Telethon
|
|||
**Telethon** is Telegram client implementation in **Python 3** which uses
|
||||
the latest available API of Telegram. Remember to use **pip3** to install!
|
||||
|
||||
|
||||
What is this?
|
||||
-------------
|
||||
|
||||
Telegram is a popular messaging application. This library is meant
|
||||
to make it easy for you to write Python programs that can interact
|
||||
with Telegram. Think of it as a wrapper that has already done the
|
||||
heavy job for you, so you can focus on developing an application.
|
||||
|
||||
|
||||
Installing
|
||||
----------
|
||||
|
||||
|
|
|
@ -14,6 +14,15 @@ Please follow the links below to get you started, and remember
|
|||
to read the :ref:`changelog` when you upgrade!
|
||||
|
||||
|
||||
What is this?
|
||||
*************
|
||||
|
||||
Telegram is a popular messaging application. This library is meant
|
||||
to make it easy for you to write Python programs that can interact
|
||||
with Telegram. Think of it as a wrapper that has already done the
|
||||
heavy job for you, so you can focus on developing an application.
|
||||
|
||||
|
||||
.. _installation-and-usage:
|
||||
|
||||
.. toctree::
|
||||
|
|
Loading…
Reference in New Issue
Block a user