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
📖 Full Documentation: https://saavn-api.netlify.app/
Top comments (0)