A scrapper allows you to scrape 20000+ Turkish food recipes and export them to JSON files.
How to install and use Scrapper?
git clone https://github.com/ilyasozkurt/turkish-food-recipes && cd turkish-food-recipes/scrapper
composer install
php artisan scrape:recipes --force-download
The --force-download
option downloads all sitemaps instead of reading from the cache.
How to use the dataset?
After you run the command php artisan scrape:recipes --force-download
you'll be able to see /data/
directory at the root of the project.
The dataset is in JSON format.
Enjoy!
Top comments (0)