An interface to access common crawl data
Project description
PyCommonCrawl
A python interface for Common Crawl.
INSTALL
pip3 install pycommoncrawl
USAGE
from pycommoncrawl.common_crawl_data_accessor import CommonCrawlDataAccessor
common_crawl_data_accessor = CommonCrawlDataAccessor()
# Iterate by line
for line in common_crawl_data_accessor.get_raw_resource_data("WAT"):
print(line)
# Iterate by WARC bloc
for warc in common_crawl_data_accessor.get_raw_resource_data_per_warc("WAT"):
print(warc["Content-Length"])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycommoncrawl-0.2-py3-none-any.whl.
File metadata
- Download URL: pycommoncrawl-0.2-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6b9fd48bc7717281f78098ab91831751aa4527cedff093d90234b82574a9552
|
|
| MD5 |
b363cc73a434f66611ad1128ded22f20
|
|
| BLAKE2b-256 |
c5175362da86620e4a6c832f1614d69f271e4fc80b410706f1a195221e75f683
|