DEV Community

Cover image for I Built a Fast Async JioSaavn API Wrapper in Python 🎧
ABHISHEK THAKUR
ABHISHEK THAKUR

Posted on

I Built a Fast Async JioSaavn API Wrapper in Python 🎧

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)