Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 990 Bytes

File metadata and controls

38 lines (28 loc) · 990 Bytes

pyppeteer

Unofficial Python port of puppeteer JavaScript (headless) chrome/chromium browser automation library.

Installation

pyppeteer requires Python >= 3.6

Install with pip from PyPl:

pip install pyppeteer

Or install the lastest version from pyppeterr's Git repo:

pip install -U git+https://github.com/pyppeteer/pyppeteer@dev

You have to make sure that Chrome driver is in this path.

C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe

Usage

Run the command below in this directory to get the brands list in this app.

python BrandScraping.py

Run the command below in this directory to get information of the phone's promotion.

python ModelScraping.py