FUMR / tidal-async

Python Tidal streaming service unofficial API in async fashion supporting OAuth2 authentication
GNU Lesser General Public License v2.1
21 stars 4 forks source link

Allow using other async libraries #75

Open JuniorJPDJ opened 3 years ago

JuniorJPDJ commented 3 years ago

The only thing holding us from doing this is one asyncio gather call and HTTP library. We could switch to httpx: https://www.python-httpx.org/async/#supported-async-environments

obnoxiousish commented 7 months ago

Was going to actually open an issue to this repo saying you guys should consider using httpx instead of aiohttp

Is an awesome library, it uses AnyIO itself so it supports trio, curio, and asyncio + much easier to write + use than aiohttp