Added todo in README

This commit is contained in:
2023-03-12 14:37:08 -04:00
parent 4597d8c775
commit 601c405253

View File

@@ -38,3 +38,9 @@ View the outputted graph:
```bash ```bash
cat graph.txt 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)