diff --git a/README.rst b/README.rst index 04bedda..19d24f5 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,8 @@ Installation .. code-block:: console $ pip install autotweet + # Or with telegram bot + $ pip install 'autotweet[telegram]' Usage @@ -59,6 +61,16 @@ You can add question/answer set manually. $ autotweet add 'Question' 'Answer' +Telegram integration +~~~~~~~~~~~~~~~~~~~~ + +You can run a telegram bot with learned database. + +.. code-block:: console + + $ autotweet telegram -h + + Configure ---------