I Built a Fast Async JioSaavn API Wrapper in Python 🎧
Abhishek Thakur has developed a new asynchronous Python wrapper for the JioSaavn API called SaavnAPI. This wrapper aims to address limitations in existing JioSaavn wrappers, such as being synchronous and lacking certain features. The package is designed for developers who need music data from JioSaavn for projects like Telegram or Discord music bots.
- ▪SaavnAPI is a fully async Python wrapper for JioSaavn.
- ▪Existing wrappers were often synchronous, outdated, or missing features.
- ▪The new wrapper is built using aiohttp for better performance.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3950559) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } 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.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).