miyakogi / pyppeteer

Headless chrome/chromium automation library (unofficial port of puppeteer)
Other
3.56k stars 372 forks source link

>> REPOSITORY ABANDONED >> use pyppeteer2 instead #306

Open cgarciae opened 4 years ago

cgarciae commented 4 years ago

A community is maintaining a clone of the repo at under the pyppeteer organization.

New repo: https://github.com/pyppeteer/pyppeteer2 Checkout Issue: https://github.com/pyppeteer/pyppeteer2/issues/1

Quick migration:

pip uninstall pyppeteer
pip install pyppeteer2

pyppeteer2 uses the same module name so migration is easy.

Mattwmaster58 commented 4 years ago

We're working to take over the pyppeteer name on Github for as seamless as a transition as possible: https://github.com/pypa/pypi-support/issues/344