Scraper for Goclecd
Project description
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/
"""
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
goclecdscraper-1.0.1.tar.gz
(15.5 kB
view details)
File details
Details for the file goclecdscraper-1.0.1.tar.gz.
File metadata
- Download URL: goclecdscraper-1.0.1.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9982095935052221fbd47eb585b397e80c0cceaa662c8c1693aeda4282b06cc0
|
|
| MD5 |
75f140f0ea33ff8859ecf8e1c6ec625d
|
|
| BLAKE2b-256 |
d68614895602e3d353ed1f487a3de704fff24aa12ecca2876a284349a392b255
|