requests-html icon indicating copy to clipboard operation
requests-html copied to clipboard

pyppeteer is unmaintained

Open ghost opened this issue 1 year ago • 1 comments

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

ghost avatar Apr 15 '24 06:04 ghost

@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.

cboin1996 avatar Apr 15 '24 16:04 cboin1996