pyTrendyol


NamepyTrendyol JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/keyiflerolsun/pyTrendyol
SummaryTrendyol'dan veri almayı kolaylaştırmak için tasarlanan kütüphane.
upload_time2023-05-13 13:26:44
maintainer
docs_urlNone
authorkeyiflerolsun
requires_python>=3.10
licenseGPLv3+
keywords pytrendyol kekikakademi keyiflerolsun
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ![pyTrendyol](https://cdn.dsmcdn.com/web/production/favicon.ico) pyTrendyol

![Repo Boyutu](https://img.shields.io/github/repo-size/keyiflerolsun/pyTrendyol?logo=git&logoColor=white)
![Görüntülenme](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/keyiflerolsun/pyTrendyol&title=Görüntülenme)
<a href="https://KekikAkademi.org/Kahve" target="_blank"><img src="https://img.shields.io/badge/☕️-Kahve Ismarla-ffdd00" title="☕️ Kahve Ismarla" style="padding-left:5px;"></a>

![Python Version](https://img.shields.io/pypi/pyversions/pyTrendyol?logo=python&logoColor=white)
![License](https://img.shields.io/pypi/l/pyTrendyol?logo=gnu&logoColor=white)
![Status](https://img.shields.io/pypi/status/pyTrendyol?logo=windowsterminal&logoColor=white)

![PyPI](https://img.shields.io/pypi/v/pyTrendyol?logo=pypi&logoColor=white)
![PyPI - Downloads](https://img.shields.io/pypi/dm/pyTrendyol?logo=pypi&logoColor=white)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/pyTrendyol?logo=pypi&logoColor=white)

[![PyPI Yükle](https://github.com/keyiflerolsun/pyTrendyol/actions/workflows/pypiYukle.yml/badge.svg)](https://github.com/keyiflerolsun/pyTrendyol/actions/workflows/pypiYukle.yml)

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

[![ForTheBadge made-with-python](https://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![ForTheBadge built-with-love](https://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/keyiflerolsun/)

## 🚀 Kurulum

```bash
# Yüklemek
pip install pyTrendyol

# Güncellemek
pip install -U pyTrendyol
```

## 📝 Kullanım

```python
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](https://KekikAkademi.org/Kahve)**

## 🌐 Telif Hakkı ve Lisans

* *Copyright (C) 2023 by* [keyiflerolsun](https://github.com/keyiflerolsun) ❤️️
* [GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007](https://github.com/keyiflerolsun/pyTrendyol/blob/master/LICENSE) *Koşullarına göre lisanslanmıştır..*

## ♻️ İletişim

*Benimle iletişime geçmek isterseniz, **Telegram**'dan mesaj göndermekten çekinmeyin;* [@keyiflerolsun](https://t.me/KekikKahve)

##

> **[@KekikAkademi](https://t.me/KekikAkademi)** *için yazılmıştır..*

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/keyiflerolsun/pyTrendyol",
    "name": "pyTrendyol",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "pyTrendyol,KekikAkademi,keyiflerolsun",
    "author": "keyiflerolsun",
    "author_email": "keyiflerolsun@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2e/74/fb2ebb8de01839ed02536aafc2a90b201a6944f224222881e23cfdb91f5e/pyTrendyol-0.0.5.tar.gz",
    "platform": null,
    "description": "# ![pyTrendyol](https://cdn.dsmcdn.com/web/production/favicon.ico) pyTrendyol\n\n![Repo Boyutu](https://img.shields.io/github/repo-size/keyiflerolsun/pyTrendyol?logo=git&logoColor=white)\n![G\u00f6r\u00fcnt\u00fclenme](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/keyiflerolsun/pyTrendyol&title=G\u00f6r\u00fcnt\u00fclenme)\n<a href=\"https://KekikAkademi.org/Kahve\" target=\"_blank\"><img src=\"https://img.shields.io/badge/\u2615\ufe0f-Kahve Ismarla-ffdd00\" title=\"\u2615\ufe0f Kahve Ismarla\" style=\"padding-left:5px;\"></a>\n\n![Python Version](https://img.shields.io/pypi/pyversions/pyTrendyol?logo=python&logoColor=white)\n![License](https://img.shields.io/pypi/l/pyTrendyol?logo=gnu&logoColor=white)\n![Status](https://img.shields.io/pypi/status/pyTrendyol?logo=windowsterminal&logoColor=white)\n\n![PyPI](https://img.shields.io/pypi/v/pyTrendyol?logo=pypi&logoColor=white)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/pyTrendyol?logo=pypi&logoColor=white)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/pyTrendyol?logo=pypi&logoColor=white)\n\n[![PyPI Y\u00fckle](https://github.com/keyiflerolsun/pyTrendyol/actions/workflows/pypiYukle.yml/badge.svg)](https://github.com/keyiflerolsun/pyTrendyol/actions/workflows/pypiYukle.yml)\n\n*Trendyol'dan veri almay\u0131 kolayla\u015ft\u0131rmak i\u00e7in tasarlanan k\u00fct\u00fcphane.*\n\n[![ForTheBadge made-with-python](https://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)\n[![ForTheBadge built-with-love](https://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/keyiflerolsun/)\n\n## \ud83d\ude80 Kurulum\n\n```bash\n# Y\u00fcklemek\npip install pyTrendyol\n\n# G\u00fcncellemek\npip install -U pyTrendyol\n```\n\n## \ud83d\udcdd Kullan\u0131m\n\n```python\nfrom pyTrendyol import Kategori, Urun\n\ntrend_kategori = Kategori()\ntrend_urun     = Urun()\n\ntelefon_aksesuarlari = trend_kategori.urunleri_ver(\n    kategori_adi = \"telefon aksesuarlar\u0131\",\n    sayfa_tara   = 3\n)\nprint(telefon_aksesuarlari[0])\n# KategoriUrun(\n#     link='https://www.trendyol.com/kvk-privacy/iphone-13-ve-14-uyumlu-hologramli-love-desenli-seffaf-kilif-p-362588758',\n#     marka='KVK PR\u0130VACY',\n#     yildiz=4,\n#     baslik='Iphone 13 Ve 14 Uyumlu Holograml\u0131 Love Desenli \u015eeffaf K\u0131l\u0131f',\n#     indirim=None,\n#     indirimsiz=None,\n#     fiyat='103,05 TL'\n# )\n\nurun_detay = trend_urun.detay_ver(\n    urun_link = \"https://trendyol.com/creative/stage-2-1-160w-kablosuz-bluetooth-soundbar-p-98119546\"\n)\nprint(urun_detay)\n# UrunDetay(\n#     link='https://trendyol.com/creative/stage-2-1-160w-kablosuz-bluetooth-soundbar-p-98119546',\n#     marka='Creative',\n#     baslik='Stage 2.1 160w Kablosuz Bluetooth Soundbar',\n#     resim='https://cdn.dsmcdn.com/mnresize/1200/1800/ty102/product/media/images/20210413/13/79756771/163316178/1/1_org_zoom.jpg',\n#     gercek='4.399 TL',\n#     indirimli=None,\n#     kampanya=None,\n#     son_fiyat='4.097 TL',\n#     yorumlar=[\n#         Yorum(\n#             kullanici='Hakan T.',\n#             elit=False,\n#             tarih='9 Temmuz 2021',\n#             satici='ConnectGame',\n#             yildiz=5,\n#             yorum='Gayet g\u00fczel sesi bas vurmas\u0131 ama bi noktadan sonra buda yetmiyebilir \ud83d\ude02'\n#         )\n#     ]\n# )\n```\n\n## \ud83d\udcb8 Ba\u011f\u0131\u015f Yap\n\n**[\u2615\ufe0f Kahve Ismarla](https://KekikAkademi.org/Kahve)**\n\n## \ud83c\udf10 Telif Hakk\u0131 ve Lisans\n\n* *Copyright (C) 2023 by* [keyiflerolsun](https://github.com/keyiflerolsun) \u2764\ufe0f\ufe0f\n* [GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007](https://github.com/keyiflerolsun/pyTrendyol/blob/master/LICENSE) *Ko\u015fullar\u0131na g\u00f6re lisanslanm\u0131\u015ft\u0131r..*\n\n## \u267b\ufe0f \u0130leti\u015fim\n\n*Benimle ileti\u015fime ge\u00e7mek isterseniz, **Telegram**'dan mesaj g\u00f6ndermekten \u00e7ekinmeyin;* [@keyiflerolsun](https://t.me/KekikKahve)\n\n##\n\n> **[@KekikAkademi](https://t.me/KekikAkademi)** *i\u00e7in yaz\u0131lm\u0131\u015ft\u0131r..*\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "Trendyol'dan veri almay\u0131 kolayla\u015ft\u0131rmak i\u00e7in tasarlanan k\u00fct\u00fcphane.",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/keyiflerolsun/pyTrendyol"
    },
    "split_keywords": [
        "pytrendyol",
        "kekikakademi",
        "keyiflerolsun"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64707a92ad5f22863b6eb92b1b69527fd37b36907940254e08d2f6342f282706",
                "md5": "655aedfac5db94bd39372a0ab24892a0",
                "sha256": "4d579bd5b24a9b0e32062f2d3c1296443ed6a5f4095cba709a85c4a2a99505c1"
            },
            "downloads": -1,
            "filename": "pyTrendyol-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "655aedfac5db94bd39372a0ab24892a0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 19085,
            "upload_time": "2023-05-13T13:26:43",
            "upload_time_iso_8601": "2023-05-13T13:26:43.316793Z",
            "url": "https://files.pythonhosted.org/packages/64/70/7a92ad5f22863b6eb92b1b69527fd37b36907940254e08d2f6342f282706/pyTrendyol-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e74fb2ebb8de01839ed02536aafc2a90b201a6944f224222881e23cfdb91f5e",
                "md5": "99cf09d27221b8f5086b550826b2841d",
                "sha256": "822586b266700c19040082cf67d0c1f4fe35b8cb228b75b75928046b5aab3502"
            },
            "downloads": -1,
            "filename": "pyTrendyol-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "99cf09d27221b8f5086b550826b2841d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 18257,
            "upload_time": "2023-05-13T13:26:44",
            "upload_time_iso_8601": "2023-05-13T13:26:44.895380Z",
            "url": "https://files.pythonhosted.org/packages/2e/74/fb2ebb8de01839ed02536aafc2a90b201a6944f224222881e23cfdb91f5e/pyTrendyol-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-13 13:26:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "keyiflerolsun",
    "github_project": "pyTrendyol",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytrendyol"
}
        
Elapsed time: 0.06807s