jamhop Sort of like Timehop but for LastFM. Setup jamhop is a Flask app. To install and run locally: > pip install -r requirements.txt > export LASTFM_KEY='your key goes here' > python app.py To run tests: > python tests.py