GoclecdScraper (IN DOING)
Installation
pip install goclecdscraper
OR
clone this repository and
pip install -r requirements.txt
python setup.py install
Usage
Initialization with requests
from goclecdscraper import GoclecdScraper
scraper = GoclecdScraper()
Search products
results = scraper.search('grounded')
for result in results:
print(result)
"""
Title : Grounded
price : 30.52 €
href : https://www.goclecd.fr/acheter-grounded-cle-cd-comparateur-prix/
Title : Grounded Xbox One
price : 22.71 €
href : https://www.goclecd.fr/acheter-grounded-xbox-one-comparateur-prix/
Title : Grounded Xbox Series X
price : 31.99 €
href : https://www.goclecd.fr/acheter-grounded-xbox-series-comparateur-prix/
"""
Release files for goclecdscraper 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| goclecdscraper-1.0.1.tar.gz | 15.5 kB | Details |
Release files / goclecdscraper-1.0.1.tar.gz
| Download URL | goclecdscraper-1.0.1.tar.gz |
|---|---|
| Size | 15.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9982095935052221fbd47eb585b397e80c0cceaa662c8c1693aeda4282b06cc0
|
|
BLAKE2b-256 checksum How to use checksums |
d68614895602e3d353ed1f487a3de704fff24aa12ecca2876a284349a392b255
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.7
|