tdlight/example/python
levlam 017ae5865d Add Python example README.md and add more documentation.
GitOrigin-RevId: 624fa5c37431dc3fabe6e451355c5b52ce12e4ab
2018-03-02 03:34:02 +03:00
..
README.md Add Python example README.md and add more documentation. 2018-03-02 03:34:02 +03:00
tdjson_example.py Add Python example README.md and add more documentation. 2018-03-02 03:34:02 +03:00

TDLib Python example

First you need to build TDLib and copy built tdjson shared library to this directory.

Then you can run the example:

python tdjson_example.py

Description of all available classes and methods can be found at td_json_client, td_log and td_api documentation.