Musixmatch Python API Tutorial for Developers
Use python to interact with the Musixmatch API for song lyrics
Prerequisites
Installing
-
Download and put the two python files in the same folder somewhere
-
Install requests from terminal
sudo pip3 install requests
-
Enter you API key inside of lyrics_api.py
-
Run lyrics.py
Menu options
- Call one of the API methods with parameters and see JSON data
- EXAMPLE: Search for the lyrics of a song
- Exit
Built With
- Atom - The web framework used
Authors
- Ian Annase