Skip to main content

Trendyol'dan veri almayı kolaylaştırmak için tasarlanan kütüphane.

Project description

pyTrendyol pyTrendyol

Repo Boyutu Görüntülenme

Python Version License Status

PyPI PyPI - Downloads PyPI - Wheel

PyPI Yükle

Trendyol'dan veri almayı kolaylaştırmak için tasarlanan kütüphane.

ForTheBadge made-with-python ForTheBadge built-with-love

🚀 Kurulum

# Yüklemek
pip install pyTrendyol

# Güncellemek
pip install -U pyTrendyol

📝 Kullanım

from pyTrendyol import Kategori, Urun

trend_kategori = Kategori()
trend_urun     = Urun()

telefon_aksesuarlari = trend_kategori.urunleri_ver(
    kategori_adi = "telefon aksesuarları",
    sayfa_tara   = 3
)
print(telefon_aksesuarlari[0])
# KategoriUrun(
#     link='https://www.trendyol.com/kvk-privacy/iphone-13-ve-14-uyumlu-hologramli-love-desenli-seffaf-kilif-p-362588758',
#     marka='KVK PRİVACY',
#     yildiz=4,
#     baslik='Iphone 13 Ve 14 Uyumlu Hologramlı Love Desenli Şeffaf Kılıf',
#     indirim=None,
#     indirimsiz=None,
#     fiyat='103,05 TL'
# )

urun_detay = trend_urun.detay_ver(
    urun_link = "https://trendyol.com/creative/stage-2-1-160w-kablosuz-bluetooth-soundbar-p-98119546"
)
print(urun_detay)
# UrunDetay(
#     link='https://trendyol.com/creative/stage-2-1-160w-kablosuz-bluetooth-soundbar-p-98119546',
#     marka='Creative',
#     baslik='Stage 2.1 160w Kablosuz Bluetooth Soundbar',
#     resim='https://cdn.dsmcdn.com/mnresize/1200/1800/ty102/product/media/images/20210413/13/79756771/163316178/1/1_org_zoom.jpg',
#     gercek='4.399 TL',
#     indirimli=None,
#     kampanya=None,
#     son_fiyat='4.097 TL',
#     yorumlar=[
#         Yorum(
#             kullanici='Hakan T.',
#             elit=False,
#             tarih='9 Temmuz 2021',
#             satici='ConnectGame',
#             yildiz=5,
#             yorum='Gayet güzel sesi bas vurması ama bi noktadan sonra buda yetmiyebilir 😂'
#         )
#     ]
# )

💸 Bağış Yap

☕️ Kahve Ismarla

🌐 Telif Hakkı ve Lisans

♻️ İletişim

Benimle iletişime geçmek isterseniz, Telegram'dan mesaj göndermekten çekinmeyin; @keyiflerolsun

@KekikAkademi için yazılmıştır..

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyTrendyol-0.0.5.tar.gz (18.3 kB view hashes)

Uploaded Source

Built Distribution

pyTrendyol-0.0.5-py3-none-any.whl (19.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page