Last updated:
0 purchases
pjscraper 0.0.4
none
Free software: MIT license
Installation
pip install pj-scraper
Documentation
To use the project:
from pj_scraper.scraper import Scraper
s = Scraper()
products = s.get_all_products_from_category("smartklokker")
sellers_and_prices = s.get_sellers_and_prices_of_product_list(
products["product_number"]
)
Changelog
0.0.0 (2021-04-09)
First release on PyPI.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.