Installing playwright
playwright is an API to automate browsers like Chrome, and Firefox. etc... It is needed to take screenshots of the reddit thread
Playwright is installed in the requirements.txt.
You can install Playwright with the PIP package manager or Conda.
Link to the installation guide: https://playwright.dev/python/docs/intro#pip
Installing playwright
If you do encounter errors, you can install it separately by running these commands:
or
Installing headless browser
The headless browser will take the screenshots needed for the video.
Last updated