Get basic metadata of songs by their Sptify-Track-ID. If you are looking for a real solution check out spotipy (https://github.com/plamere/spotipy)!
- re (comes with python)
- requests
- can be installed using
pip install requests
- can be installed using
- lxml
- can be installed using
pip isntall lxml
- can be installed using
On Linux and MacOS:
python3 metadata_by_track_id.py <TRACK_ID>
On Windows:
python metadata_by_track_id.py <TRACK_ID>
from metadata_by_track_id import metadata
response=metadata(TRACK_ID)