2021-10-11 01:29:06 +03:00
|
|
|
.. include:: ../README.rst
|
2021-01-26 21:20:52 +02:00
|
|
|
|
|
|
|
|
Simple usage
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
.. literalinclude:: ../examples/echo_bot.py
|
|
|
|
|
|
2024-04-22 23:42:47 +03:00
|
|
|
|
|
|
|
|
Usage without dispatcher
|
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
|
|
Just only interact with Bot API, without handling events
|
|
|
|
|
|
|
|
|
|
.. literalinclude:: ../examples/without_dispatcher.py
|
|
|
|
|
|
|
|
|
|
|
2021-01-26 21:20:52 +02:00
|
|
|
Contents
|
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 3
|
|
|
|
|
|
|
|
|
|
install
|
2023-07-29 22:36:12 +03:00
|
|
|
migration_2_to_3
|
2021-01-26 21:20:52 +02:00
|
|
|
api/index
|
|
|
|
|
dispatcher/index
|
2021-09-22 00:52:38 +03:00
|
|
|
utils/index
|
2021-08-01 19:08:03 +03:00
|
|
|
changelog
|
2023-01-12 02:49:58 +02:00
|
|
|
contributing
|