Skip to content

eb-hernan/muzooka-artist-importer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muzooka-artist-importer

Use the Muzzoka API to get the artist info.

Virtual Environment

  1. Install pipenv brew install pipenv

  2. Activate the virtual environment pipenv shell

  3. Install the dependencies pip install fuzzywuzzy

  4. Deactivate virtual environment once done deactivate

Getting artists info with Muzzoka API

  1. Create an account at https://www.muzooka.com/ and create a token

  2. Add the token in the env variables to be used in the python script export MUZZOKA_TOKEN="YOUR_PRIVATE_TOKEN"

  3. Test python importer_by_name.py static/artist_test.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%