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, head), image(og, meta), description(og, meta)).
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-5.tar.gz
(2.2 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-5.tar.gz.
File metadata
- Download URL: noizze-crawler-5.tar.gz
- Upload date:
- Size: 2.2 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 |
e39c1ec50ab71918b2ae161dc72302d2ad1fdf63906554bb71a8c316109a35e7
|
|
| MD5 |
a72c6f546d793537f600c8cd1dfa97f7
|
|
| BLAKE2b-256 |
a2e7f22cdd31102a70e1b016b554e52411e8b3238b8e3b6d3b26679325c575dd
|
File details
Details for the file noizze_crawler-5-py3-none-any.whl.
File metadata
- Download URL: noizze_crawler-5-py3-none-any.whl
- Upload date:
- Size: 2.5 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 |
9ddc1197464adf94840a11e72aafcf2e9caf646ea4f07f494bf2f45fa3af6c8a
|
|
| MD5 |
4e5042b24e41a1ea77eecbfa39fffce5
|
|
| BLAKE2b-256 |
2374b6dbc6d8f38c89eb41e70b3cbf9e84b91593d93de06a00d0ca08d8acfefd
|