Skip to content

Python Project for web scraping from a webpage using Playwright

Notifications You must be signed in to change notification settings

brettmillerb/pyscraper

Repository files navigation

Setting this project up (First-time)

run pip install playwright

run pip install pip-tools

create requirements.in file so we can generate requrements.txt file

run pip-compile --output-file=- > requirements.txt

run playwright install-deps first as trying to install browsers generates an error:

 Host system is missing dependencies to run browsers.
 Please install them with the following command:     
                                                     
     sudo playwright install-deps                    

run playwright install

create scrape_fixtures.py

About

Python Project for web scraping from a webpage using Playwright

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published