Un scraper rapide basé sur httpx et selectolax
Project description
WiniScraper
WiniScraper est un module de scraping rapide et ultra performant
Installation
pip install winiscraper
Exemple d'utilisation
from winiscraper import WiniScraper
scraper = WiniScraper("https://example.com")
scraper.fetch()
titre = scraper.select_one("title")
paragraphes = scraper.select("p")
print("Titre :", titre)
print("Paragraphes :", paragraphes)
Fonctionnalités
- User-Agent intégré
- Rapide et léger
- Supporte les sélecteurs CSS
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 Distribution
winiscraper-2.0.tar.gz
(2.3 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 winiscraper-2.0.tar.gz.
File metadata
- Download URL: winiscraper-2.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
891a12c2e587f83f70fad70a3e6ef2dc2a27313a0c86211de7e90267dfb17bce
|
|
| MD5 |
015c3cb3ebe3db184e0139ef6c5b513c
|
|
| BLAKE2b-256 |
ff938f21bf9f7ad889165f4d441f923b9eda2fae41737ac844fd28719a43960f
|
File details
Details for the file winiscraper-2.0-py3-none-any.whl.
File metadata
- Download URL: winiscraper-2.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dabe1c47dd413288c6b13ad7fb679f77af726a18d8806c8c3060c78ad075459
|
|
| MD5 |
f25179906396e364ce2e4fe9ae13af33
|
|
| BLAKE2b-256 |
8afd2fb782f04a91d092b9430f2eff9ff5ca81226b20c8c0a3281e300dcff703
|