From 29847b9127be72e3a8e2a44f5968a7a76564ba55 Mon Sep 17 00:00:00 2001 From: Alex Thomassen Date: Sat, 29 Oct 2022 21:50:05 +0000 Subject: [PATCH] Add TODO in README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99364f9..b84c261 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,11 @@ - Copy `.env.example` to `.env` and fill in the values as you see fit. - Run `composer install` to install dependencies. - Run `php OdaScraper.php` to scrape the products. -- Script something to send the output files to wherever you want? \ No newline at end of file +- Script something to send the output files to wherever you want? + +## TODO + +- Add support for scraping all the product categories & subcategories? + - I guess this would require recursive scraping + scraping all the category pages. +- Add support for scraping search results. + - This would probably also require multiple pages. \ No newline at end of file