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-1.tar.gz
(1.5 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-1.tar.gz.
File metadata
- Download URL: noizze-crawler-1.tar.gz
- Upload date:
- Size: 1.5 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 |
611bd45c1792603d94aed926d98539ec44a7d4f58c0b241686327c4d32bddf29
|
|
| MD5 |
b4b8e23c71ed10c431843558074ca6a8
|
|
| BLAKE2b-256 |
4004a5ba72d94c26c79465bde860575b5c32ac5985ea2529b3e23b10efdf5832
|
File details
Details for the file noizze_crawler-1-py3-none-any.whl.
File metadata
- Download URL: noizze_crawler-1-py3-none-any.whl
- Upload date:
- Size: 1.6 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 |
fc74a62eccd8a38d353d6c788486b8be6ae53e2f051f3358d1f1f18c2fa9bdbd
|
|
| MD5 |
123cd685f9b8cb241218adcdf4279bbf
|
|
| BLAKE2b-256 |
6a35239e2cffe16933c6eefe0b9ad9c2acf9206b411f50e54f369f7c840f9e5f
|