Fully reverse engeenired shazam api
Project description
Shazam Api
Usage
from ShazamAPI import Shazam
mp3_file_content_to_recognize = open('a.mp3', 'rb').read()
shazam = Shazam(mp3_file_content_to_recognize)
recognize_generator = shazam.recognizeSong()
while True:
print(next(recognize_generator)) # current offset & shazam response to recognize requests
Credits to:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ShazamAPI-0.0.2.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file ShazamAPI-0.0.2.tar.gz
.
File metadata
- Download URL: ShazamAPI-0.0.2.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cf1be030a0dfb1ad97cf47e4ee8e059fe1ec9cfbf71195812ea227583b8848a |
|
MD5 | 6a3739dbe75975a3ce703cadccc4bb48 |
|
BLAKE2b-256 | 250a6b754fe396de52f3fe86ba76ba1dd1d9346d68179613249063c8ef0926ea |
File details
Details for the file ShazamAPI-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: ShazamAPI-0.0.2-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ec63f2e700cfa1a42f5c86acdcd48e7b7bf66c25edfba06d209bdf6032d1321 |
|
MD5 | 9d5cd175cdb3f12392d16c36f382771e |
|
BLAKE2b-256 | 1fcf662261b1232362354c71f7ebe29a7b5457f26c2b6c86d023775ab26fa520 |