🎸 An API for ultimate-guitar.com
Install python3 from https://www.python.org/downloads/
Create a virtual environment of python3:
# Install virtualenv:# pip install virtualenvvirtualenv-p/usr/local/bin/python3venvsourcevenv/bin/activate
Install dependancies:
pipinstall-rrequirements.txt
Usage:
exportFLASK_DEBUG=1//Exportfordebugpythonrun.py
| Method | Endpoint | Parameters | Result |
|---|---|---|---|
GET | /tab | url: A full (including protocol) url for an ultimate-guitar.com tab. | JSON response containing tab info as well as each tab line |
To run the full test suite execute the following from the top level directory.
pythontest.py