AMQ Utils is a local Flask/Dash web app that provides several utilities:
- Local database creation for own guesses
- Live song history of the last song played
- More to come...
AMQ Utils requires of a external Tampermonkey script to receive data from AMQ.
Make sure Tampermonkey is installed in your browser, then click here.
Tampermonkey should automatically pop up for installation, otherwise manually copy and paste into a new script in Tampermonkey's library.
You will need a valid Python installation.
Install dependencies,
pip install -r requirements.txt.
Then start the server by running
python app.py.