Skip to content

Yemeksepeti sayfasındaki ürünlerin kategorize olarak çekilmesi.

License

Notifications You must be signed in to change notification settings

tcgunel/yemeksepeti-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Buy us a tree PHP Composer

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

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.

About

Yemeksepeti sayfasındaki ürünlerin kategorize olarak çekilmesi.

Resources

License

Stars

Watchers

Forks

Packages

No packages published