A simple Python library for the Musixmatch Web API
Project description
A simple Python library for the Musixmatch Web API
Installation
pip install mxmapi
Quick Start
How to get track by spotify track id:
To get started, install mxmapi and create an app on https://developer.musixmatch.com/ .Use your API KEY
from mxmapi import Musixmatch
# Instantiate a Musixmatch object
musixmatch = Musixmatch(API_key='your_api_key')
# Call the get_track method
result = musixmatch.track_get(track_spotify_id="6kwAbEjseqBob48jCus7Sz")
track =result["message"]["body"]["track"]
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
mxmapi-0.1.2.tar.gz
(7.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mxmapi-0.1.2.tar.gz.
File metadata
- Download URL: mxmapi-0.1.2.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc72c29727660af7f11778f352ceaaac07045bc3e0817e0a233a79ee426d6a18
|
|
| MD5 |
6f844868432b2dfe46ac32dddbbac70c
|
|
| BLAKE2b-256 |
023f30baff4570a0cbc8be0bc2f6a74697ece8c326c660e57b73ff963003387f
|
File details
Details for the file mxmapi-0.1.2-py3-none-any.whl.
File metadata
- Download URL: mxmapi-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98236d81d8ca3703a27d1d2d22ef0060a70910721c66d0bf724bd24ebc9a3d15
|
|
| MD5 |
7bdb472731d181de22f4f75912732669
|
|
| BLAKE2b-256 |
ac6a7bd47a22b5bf4a09ca0debbbe9cbe095c909308652f263db1559442bc127
|