Y
Hacker News
new
|
ask
|
show
|
jobs
by
fragmede
847 days ago
if you're using
requests
in python,
requests-cache
does exactly this for you, saving the data to an sqlite db, and is compatible with your code using
requests
.