ShazamIO Versions Save

🎵 Is a free asynchronous library from reverse engineered Shazam API written in Python 3.8+ with asyncio and aiohttp.

0.2.0.0

1 year ago

Fix SEARCH_ARTIST (New API Method) Added black. Micro fixes. Added tests. Change min python 3.6 to 3.8+

0.1.1.1

2 years ago

0.1.1.0

2 years ago

Fixes for #18: Models added for TrackInfo._sections: LyricsSection ArtistSection

Changed access to attributes:

 timeskew - > time_skew
 frequencyskew -> frequency_skew
 tabname -> tab_name
 toptracks -> top_tracks
 lyricsid -> lyrics_id
 providername -> provider_name
 commontrackid -> common_track_id
 beacondata -> beacon_data
 retryms -> retry_ms

0.1.0.1

2 years ago

Update pypi docs

0.1.0

2 years ago
  • More serialization factories.
  • Added support for getting youtube link to a song CLICK.
  • Serializers work in a new format.

0.0.6

2 years ago
  • added support for recognizing songs from bytes.

0.0.5

2 years ago

Added a new method for counting the number of listens about track (listening_counter).

0.0.4

2 years ago

Added different user agents for the headers. Because shazam reduces the request speed for the user agent.

0.0.3

3 years ago

Add support Python3.6. Changed data serialization code. Now two functions are used to serialize data: serialize_track, serialize_artist

Previously, a factory was created for every action. Now it is created 1 time at startup.

https://pypi.org/project/shazamio/