Skip to content

TOC-GROUPWORK/PyppeteerScraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository is Web Scraping using Pyppeteer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages