/musixmatch-python-api

Open source Musixmatch API accessor in Python3 for developers

Primary LanguagePython

Musixmatch Python API Tutorial for Developers

Musixmatch

Use python to interact with the Musixmatch API for song lyrics

Prerequisites

Installing

  1. Download and put the two python files in the same folder somewhere

  2. Install requests from terminal

sudo pip3 install requests
  1. Enter you API key inside of lyrics_api.py

  2. Run lyrics.py

Menu options

  1. Call one of the API methods with parameters and see JSON data
  2. EXAMPLE: Search for the lyrics of a song
  3. Exit

Built With

  • Atom - The web framework used

Authors

  • Ian Annase

Musixmatch