-
Notifications
You must be signed in to change notification settings - Fork 0
TDLib
nagaevkirill edited this page Oct 25, 2024
·
3 revisions
- Мастер сборки TDLib для Python https://tdlib.github.io/td/build.html?language=Python
- https://github.com/tdlib/td/blob/master/example/README.md#python описание, как работать с библиотекой, используя разные языки программирования
- собранный файл требуется разместить в проекте
- для взаимодействия использовать одну из библиотек python (https://github.com/tdlib/td/tree/master/example#python), например:
- https://python-telegram.readthedocs.io/main/tutorial.html
- https://github.com/JunaidBabu/tdlib-python
- развернуть проект python3 -m venv NAME-PROJECT
- скопировать в него tdlib
- для Ubuntu 22 требуется фикс (https://stackoverflow.com/questions/72133316/libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-directory)
- wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
- sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb
Полезные материалы https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1send_message.html