Web2db: Python lib to dump full text webpages to a sqlite3 DB file
Fetch webpage full-text, persist link and full text to SQLITE3 db, resumable with tqdm progressbar. - pushkarparanjpe/web2db... (more…)
Read more »
For [Datasette Desktop](https://datasette.io/desktop) I chose to bundle a full version of Python 3.9 inside my `Datasette.app` application. I did this in order to support installation of plugins via `pip install` – you can read more about my reasoning in … Read more