Closed ioistired closed 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.
Marked as draft until I convert the library to use httpx instead of asks.
httpx
asks
Should be good now.
Thanks!
Phew, feels good :shipit: :sweat_smile:
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.