Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 1.97 KB

README.rst

File metadata and controls

70 lines (48 loc) · 1.97 KB

musixmatch module for python

PyPI version info PyPI supported Python versions PyPI downloads Documentation Status

License: MIT

Discord support server

Pythonic wrapper for the undocumented musixmatch-py API.

Installation

Python 3.6 or higher is required.

Run the following command:

pip install musixmatch-py

Getting Started

from musixmatch.main import Musixmatch
auth = Musixmatch("Your_musixmatch-API-key")
auth.search_track("Hello")

For list of all functions see documentation

Contribute

Support

If you are having issues, please let me know by joining the discord support server at https://discord.gg/dNvFd5VBrh

License

The project is licensed under the MIT license.

Links