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-2.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-2.tar.gz.
File metadata
- Download URL: noizze-crawler-2.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 |
554ad1845250bca94e99505aaca3cf969f1e1c8603b406bedf7605d4d02f9dc4
|
|
| MD5 |
1dd5db554268f4a24c66f64cf83b45fb
|
|
| BLAKE2b-256 |
653ffefca7979cb5589309d9ea93c39b1b55ea8b3b1b6e3435d412ff441f81c8
|
File details
Details for the file noizze_crawler-2-py3-none-any.whl.
File metadata
- Download URL: noizze_crawler-2-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 |
7810d62edd288c728c44f7151ecffecb7b82d4b667516862f8c6226dfa7a0c75
|
|
| MD5 |
8ced8c8dd7af41c47f6e87f240df130d
|
|
| BLAKE2b-256 |
261cc6d12cae4cfd02b9a5ea41a315142d71e7825a83a5a2b5393bab0cdc6cc2
|