psf / requests-html

Pythonic HTML Parsing for Humans™
http://html.python-requests.org
MIT License
13.64k stars 977 forks source link

pyppeteer is unmaintained #573

Open ghost opened 2 months ago

ghost commented 2 months ago

Now that pyppeteer is unmaintained as said here, are there plans to replace it with playwright or any of the other alternatives?

cboin1996 commented 2 months ago

@kokobhara I am not sure if this repo is being maintained since it seems inactive.

However, I have opened a PR on this repo to convert it to use playwright.

In the meantime, you could try my fork via

pip install requests-htmlc

You will need to run playwright install or python -m playwright install in your virtual environment to make sure the webdrivers are ready to use in the new package :) Everything else should work by simply importing requests_html just like you would this repo.