A web page crawler which returns (title, og:image, og:description).
Project description
NOIZZE Crawler
A web page crawler PyPI Package which returns (title, og:image, og:description).
Dependency
- BeautifulSoup4
Installation
Run the folowing to install:
pip install noizze-crawler
Usage
from noizze_crawler import crawler
if __name__ == '__main__':
url = 'https://dvdprime.com/g2/bbs/board.php?bo_table=comm&wr_id=20525678'
title, desc, image_url, html = crawler(url)
print(title, desc, image_url) # html
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
noizze-crawler-3.tar.gz
(2.1 kB
view details)
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 noizze-crawler-3.tar.gz.
File metadata
- Download URL: noizze-crawler-3.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
867a7418e0cc41bce6d60fe86637f9fd3d407a85ab880a216b7bb25f820f02f6
|
|
| MD5 |
f84b1c21383094a92263cd4dc1a9f3cf
|
|
| BLAKE2b-256 |
606f852defc35b07329413f7dee0a96a22b6e025718779382c9a017cccea8945
|
File details
Details for the file noizze_crawler-3-py3-none-any.whl.
File metadata
- Download URL: noizze_crawler-3-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d2fd97fcc1cee1b70a56df453412b0b5b0adcba8225e75ec8ecbbf9746af9e1
|
|
| MD5 |
aa576041fda2e6aabfb59a32093b845f
|
|
| BLAKE2b-256 |
0aa06d3b50eec3b20293553d67e818afa95862a464922cb4f1ce4d78e6f59511
|