Installing playwright
playwright is an API to automate browsers like Chrome, and Firefox. etc... It is needed to take screenshots of the reddit thread
Installing playwright
pip install -r requirements.txtpip install playwrightpip3 install playwrightInstalling headless browser
python -m playwright installpython -m playwright install-depsLast updated