signalstickers / signalstickers-client

⚙️🐍 A Python client for the Signal stickers API
https://pypi.org/project/signalstickers-client/
GNU Lesser General Public License v3.0
54 stars 9 forks source link

port library to AnyIO #3

Closed ioistired closed 4 years ago

ioistired commented 4 years ago

This allows users to manipulate stickers in an async (asyncio, curio, or trio) context, such as a web server or Signal bot. It also enables us to download the pack images in parallel.

ioistired commented 4 years ago

Marked as draft until I convert the library to use httpx instead of asks.

ioistired commented 4 years ago

Should be good now.

romainricard commented 4 years ago

Thanks!

ioistired commented 4 years ago

Phew, feels good :shipit: :sweat_smile: