Fetch webpage full-text, persist link and full text to SQLITE3 db, resumable with tqdm progressbar.
Project description
web2db
Fetches the full text of input URLs and persists them to sqlite3 DB file.
Fetching is resumable and comes with a progressbar.
Install:
pip install web2db
Quickstart:
import web2db
web2db.dump('data.db', urls=[
'https://www.google.com',
'https://www.yahoo.com',
'https://www.msn.com'
])
Query the DB file:
df = web2db.to_df(sqlite3_file_path)
print(df.shape)
print(df)
SQL Schema:
- Table:
-
WebPages
url fulltext status_code text text int
-
Features:
- Resumable webpage fetching
- Saves to local SQLITE3 DB
- tqdm progress bar
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
web2db-0.1.5.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for web2db-0.1.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d25c612be301941d1d15c1028a9e824fa203bdd08c042bc6c17d28fd4306798 |
|
MD5 | c995a565a03c099601756fb2cc9b5709 |
|
BLAKE2b-256 | a20f3751d7f307830ceff167bfbc44d7257b0876872f9cf21f5007c3a3960e11 |