Skip to content

Commit

Permalink
Add a brief description for newcomers
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Jan 9, 2018
1 parent 01820c9 commit 146a91f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------

Expand Down
9 changes: 9 additions & 0 deletions readthedocs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 146a91f

Please sign in to comment.