
I Built a Fast Async JioSaavn API Wrapper in Python ๐ง
<p>Hey devs! ๐</p> <p>I recently published <strong>SaavnAPI</strong> โ a fully async Python wrapper for JioSaavn.</p> <p>If you've ever tried to build a Telegram music bot, a Discord music bot, or any Python project that needs music data from JioSaavn, th
ABHISHEK THAKUR Posted on May 25 I Built a Fast Async JioSaavn API Wrapper in Python ๐ง # python # api # ai # opensource Hey devs! ๐ I recently published SaavnAPI โ a fully async Python wrapper for JioSaavn. If you've ever tried to build a Telegram music bot, a Discord music bot, or any Python project that needs music data from JioSaavn, this package is for you. โก Why I Built This Most existing JioSaavn wrappers are: Synchronous (blocks your event loop) Outdated or unmaintained Missing features like lyrics or playlists So I built one from scratch using aiohttp โ fully async, clean, and modular. ๐ฆ Installation pip install SaavnAPI Enter fullscreen mode Exit fullscreen mode ๐ Full Documentation: https://saavn-api.netlify.app/ Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink . Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
๐ฐOriginally published at dev.to
Staff Writer