Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page