Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 455 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 455 Bytes

tweet-faves-py

download your twitter likes (nee favorites) and stick them into a sqlite db

setup config

cp config.py.SAMPLE config.py

add your twitter api key and token info to config.py

install required libraries

pip install -r requirements.txt

initialize sqlite database

sqlite3 likes.db < sql/likes.sql

run it

python twitter-faves.py

bonus

datasette likes.db see also datasette