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

Project details


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 hashes)

Uploaded Source

Built Distribution

mxmapi-0.1.2-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

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