pylakey

Results 10 comments of pylakey

Hello, what about this feature? Maybe I can try to implement this but I am a bit confused about what I should start from, what do you think? If I...

Thanks, I'll try and make a PR

> Thanks, I'll try and make a PR I realized that this is beyond my competence, sorry)

Hi, I don't have any strategy for testing yet. Telegram needs you to be authorized to use API, so it's quite a problem to run tests automatically, in GitHub actions...

I think your question is related to [tdlib](https://github.com/tdlib/td) repository. Aiotdlib is just a wrapper around it written in python.

You should provide path to tdlib binary, not to directory containing it. For example ```python client = Client(..., library_path="./lib/tdlib.dll") ```

Sure! Feel free to open any PR 😉

I've only added binary building with github actions to tdlib fork. No patches are aplied to original codebase

When PR is ready, let's get back to this discussion)

You have to build a binary yourself. This library provides binaries only for MacOS and Linux. Please follow build instructions for Windows by TDLib: https://tdlib.github.io/td/build.html?language=Python