Turn a poem (master string) into a Spotify playlist (track titles as substrings).
- setup a new python virtualenv
- install requirements via pip
pip install -r requirements.pip - run with stdin, aka
echo "if i can't let it go out of my mind" | python spoetify.py - or run with file, aka
python spoetify.py test_resources/stupid.txt - sit tight… it's slow now, but it'll get there