tcgunel / yemeksepeti-bot
Yemeksepeti sayfasındaki ürünlerin kategorize olarak çekilmesi.
Installs: 103
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Language:HTML
Requires
- php: ^7.3|^8.0
- guzzlehttp/guzzle: *
- illuminate/support: *
Requires (Dev)
This package is auto-updated.
Last update: 2023-10-19 07:24:11 UTC
README
YemekSepeti Ürün Botu
Yemeksepeti sayfasındaki ürünlerin kategorize olarak çekilmesi.
Requirements
PHP | Package |
---|---|
^7.3-^8.0-^9.0 | v1.0.0 |
Kurulum
composer require tcgunel/yemeksepeti-bot
Kullanım
İlgili url üzerinde botu çalıştırdıktan sonra getCategories metodu array içerisinde Category instancelarını dönecektir. Her Category instanceda products attribute içerisinde Product[] instanceları bulunur.
$url = "https://www.yemeksepeti.com/burger-king-kadikoy-bostanci-mah-istanbul";
$bot = new YemeksepetiBot(null, $url);
$bot->run();
/** @var \TCGunel\YemeksepetiBot\Models\Category[] */
$bot->getCategories();
Test
composer test
For windows:
vendor\bin\paratest.bat
Authors
- Tolga Can GÜNEL - Altyapı ve proje başlangıcı
License
This project is licensed under the MIT License - see the LICENSE file for details
Treeware
This package is Treeware. If you use it in production, then we ask that you buy the world a tree to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.