Add TODO in README

This commit is contained in:
Alex Thomassen 2022-10-29 21:50:05 +00:00
parent 14b5cc2383
commit 29847b9127
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE

View File

@ -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?
- 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.