requests-html
requests-html copied to clipboard
pyppeteer is unmaintained
Now that pyppeteer is unmaintained as said here, are there plans to replace it with playwright or any of the other alternatives?
@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.