Skip to main content

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"]

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page