<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: ABHISHEK THAKUR</title>
    <description>The latest articles on DEV Community by ABHISHEK THAKUR (@sinchu-xd).</description>
    <link>https://dev.to/sinchu-xd</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3950559%2F931240d2-750a-4aba-a4b8-bad3da8ca8e8.png</url>
      <title>DEV Community: ABHISHEK THAKUR</title>
      <link>https://dev.to/sinchu-xd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sinchu-xd"/>
    <language>en</language>
    <item>
      <title>I Built a Fast Async JioSaavn API Wrapper in Python 🎧</title>
      <dc:creator>ABHISHEK THAKUR</dc:creator>
      <pubDate>Mon, 25 May 2026 11:55:02 +0000</pubDate>
      <link>https://dev.to/sinchu-xd/i-built-a-fast-async-jiosaavn-api-wrapper-in-python-4hk9</link>
      <guid>https://dev.to/sinchu-xd/i-built-a-fast-async-jiosaavn-api-wrapper-in-python-4hk9</guid>
      <description>&lt;p&gt;Hey devs! 👋&lt;/p&gt;

&lt;p&gt;I recently published &lt;strong&gt;SaavnAPI&lt;/strong&gt; — a fully async Python wrapper for JioSaavn.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚡ Why I Built This
&lt;/h2&gt;

&lt;p&gt;Most existing JioSaavn wrappers are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Synchronous (blocks your event loop)&lt;/li&gt;
&lt;li&gt;Outdated or unmaintained&lt;/li&gt;
&lt;li&gt;Missing features like lyrics or playlists&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built one from scratch using &lt;code&gt;aiohttp&lt;/code&gt; — fully async, clean, and modular.&lt;/p&gt;




&lt;h2&gt;
  
  
  📦 Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;SaavnAPI
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;📖 &lt;strong&gt;Full Documentation: &lt;a href="https://saavn-api.netlify.app/" rel="noopener noreferrer"&gt;https://saavn-api.netlify.app/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




</description>
      <category>ai</category>
      <category>python</category>
      <category>api</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
