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