Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Repository files navigation

Shazam Api

Install

pip3 install ShazamAPI

Also you need to install ffmpeg and ffprobe then add it to path

Usage

fromShazamAPIimportShazamwithopen('filename.mp3', 'rb') asfp:
mp3_file_content_to_recognize=fp.read()
recognize_generator=Shazam().recognize_song(mp3_file_content_to_recognize)
# or just:# recognize_generator = Shazam().recognize_song('filename.mp3')for (offset, resp) inrecognize_generator:
print(offset, resp)

Credits to:

https://github.com/marin-m/SongRec

About

Fully reverse engeenired shazam api

Topics

Resources

Stars

200 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages