signalstickers-client
signalstickers-client copied to clipboard
⚙️🐍 A Python client for the Signal stickers API
This PR improves type hints for this library. The library should now pass a strict type checker without error (Except for the automatically generated `Stickers_pb2.py`, which I have added a...
For a library, it is bad practice to to set upper limit of dependencies' version. Everytime a new python version is released and library releases new version, things break and...
Hello, We've tried to activate or update your repository on Depfu and couldn't find any supported dependency files. If we were to guess, we would say that this is not...
When downloading the source code [from PyPI](https://pypi.org/project/signalstickers-client/#files), the tests folder is missing some files: ``` $ tar -xvf signalstickers-client-3.3.0.tar.gz signalstickers-client-3.3.0/ [...] signalstickers-client-3.3.0/tests/ signalstickers-client-3.3.0/tests/test_download.py $ ``` This results in the unit...
httpx >=0.25.1 adds support for python 3.12, and does not conflict with python-telegram-bot. Can you update httpx to 0.25.2? In the long run it might be a good idea to...
In Adhesive, I'd like to check if I've been rate limited before proceeding with the conversion process. I propose to separate the pack registration code: https://github.com/signalstickers/signalstickers-client/blob/2d74c4558ca0b91d7b25e2c5fb05288928c197fb/signalstickers_client/classes/uploader.py#L24-L39 Into a separate public...