alfred3-songkick
Automatically gives you links to the track on your clipboard for all music platforms provided by Songkick.
Download
See releases page for latest Workflow file.
Usage
Have a music link in your clipboard,

fire up Alfred and use the keyword. (default is 'sw'), and hit Enter

You will be presented with a choice of services to get a link for the song.

Issues
If you are having issues, check the debugger.
Missing Python Packages
Best advice is to run pip install --user -U pip and then do which python to find your python executable.
You will also need to find the workflow data folder:

pip install --user -U pip
/path/to/your/python -m pip install --target /workflow-data-folder requests
/path/to/your/python -m pip install --target /workflow-data-folder lxml
