From 601c4052535e520416882f366eae33d9dd4fecce Mon Sep 17 00:00:00 2001 From: Jagraj Aulakh Date: Sun, 12 Mar 2023 14:37:08 -0400 Subject: [PATCH] Added todo in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index eb4b5b0..e2d0b0a 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,9 @@ View the outputted graph: ```bash cat graph.txt ``` + +# TODO + +We can use `pyppeteer` or `playwright` to parse dynamically rendered websites. + +[Link to article](https://scrapingant.com/blog/scrape-dynamic-website-with-python)