{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/8"}],"enrichment":{"capability":"Asynchronous Python library that recognizes songs by audio file and retrieves detailed information about tracks, artists, and charts from Shazam's API.","skillfed_tags":["music-identification","reverse-engineered-api","async-http"],"use_cases":["Identify a song from an uploaded audio file in a web application or bot.","Build a music discovery tool that retrieves top tracks by country, city, or genre.","Fetch artist profiles and track metadata for music database enrichment.","Search for songs or artists by name and retrieve structured results.","Monitor listening counts and find similar tracks for recommendation systems."],"what_it_does":"Shazamio is an asynchronous Python wrapper around Shazam's undocumented API, built on reverse engineering. It lets you identify songs from audio files, search for tracks and artists, fetch detailed metadata, and retrieve charts ranked by country, city, or genre. The library uses aiohttp for HTTP requests and pydub for audio handling, making it suitable for concurrent music identification tasks in async applications.\n\nThe package includes a serialization layer via dataclass-factory that converts raw API responses into structured Python objects, reducing manual dictionary navigation. It targets modern Python versions (3.10+) and is designed for developers building music recognition features, playlist analysis tools, or applications that need programmatic access to Shazam's music data.","worth_installing":"Yes, with conditions. Install if you need Shazam integration and accept that the library relies on reverse engineering, making it subject to API breakage. Low install friction and no known vulnerabilities are positives. However, the aging maintenance status (last update 2025-06-11, no recent commits) means you should verify the API remains functional before committing to production use and be prepared to fork or find alternatives if Shazam changes their endpoints."},"id":"shazamio","links":{"html":"https://skillfed.io/packages/shazamio","md":"https://skillfed.io/packages/shazamio.md","pypi":"https://pypi.org/project/shazamio/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-06-11","license_spdx":null,"license_treatment":"permissive","name":"shazamio","python_support":"supports_current","summary":"Is a asynchronous framework from reverse engineered Shazam API written in Python 3.8+ with asyncio and aiohttp."},"popularity":{"monthly_downloads":86899,"position":13825,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.8.1"}
