download your twitter likes (nee favorites) and stick them into a sqlite db
cp config.py.SAMPLE config.py
add your twitter api key and token info to config.py
pip install -r requirements.txt
sqlite3 likes.db < sql/likes.sql
python twitter-faves.py
datasette likes.db see also datasette