Add a brief description for newcomers

This commit is contained in:
Lonami Exo 2018-01-09 18:04:51 +01:00
parent 01820c9943
commit 146a91f837
2 changed files with 19 additions and 0 deletions

View File

@ -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
----------

View File

@ -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::