{"id":15663820,"url":"https://github.com/yusufusta/eksipy","last_synced_at":"2025-07-05T08:05:47.506Z","repository":{"id":57425903,"uuid":"304682256","full_name":"yusufusta/eksipy","owner":"yusufusta","description":"ekşi sözlük için unofficial ve private ASYNC API, giriş yapabilir; entry gönderebilirsiniz. ","archived":false,"fork":false,"pushed_at":"2021-04-08T11:20:17.000Z","size":58,"stargazers_count":18,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-09T13:05:44.291Z","etag":null,"topics":["eksi","eksi-sozluk","eksisozluk"],"latest_commit_sha":null,"homepage":"https://yusufusta.github.io/eksipy","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yusufusta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-16T16:31:11.000Z","updated_at":"2024-10-21T22:09:46.000Z","dependencies_parsed_at":"2022-09-11T10:10:56.426Z","dependency_job_id":null,"html_url":"https://github.com/yusufusta/eksipy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yusufusta/eksipy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2Feksipy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2Feksipy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2Feksipy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2Feksipy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yusufusta","download_url":"https://codeload.github.com/yusufusta/eksipy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufusta%2Feksipy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263707028,"owners_count":23499076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eksi","eksi-sozluk","eksisozluk"],"created_at":"2024-10-03T13:40:02.454Z","updated_at":"2025-07-05T08:05:47.485Z","avatar_url":"https://github.com/yusufusta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eksipy\n\nkutsal bilgi kaynağı için unofficial ve private ASYNC API, giriş yapabilir; ~~mesaj gönderebilir~~, entry gönderebilirsiniz.\n\n![](https://img.shields.io/pypi/pyversions/eksipy?style=flat-square) ![](https://img.shields.io/pypi/v/eksipy?style=flat-square) ![PyPI - License](https://img.shields.io/pypi/l/eksipy?style=flat-square) ![](https://www.codefactor.io/repository/github/quiec/eksipy/badge) ![](https://deepsource.io/gh/Quiec/eksipy.svg/?label=active+issues\u0026show_trend=true) ![DeepSource](https://deepsource.io/gh/Quiec/eksipy.svg/?label=resolved+issues\u0026show_trend=true) ![PyPI - Downloads](https://img.shields.io/pypi/dm/eksipy)\n\n\u003e bu proje mobil(rest) api veya herhangi bir api **kullanmamaktadır**. tamamen requests ile web'e istek gönderilmektedir. requests-html ile de (PyQuery) ile de parçalanmaktadır. _projenin temel amacı ekşi sözlükte ne yapabiliyorsanız bu kütüphane yapabilmektedir. v2.0 itibariyle çoğu fonksiyon desteklenmektedir._\n\n\u003e bu kütüphane **python 3.6** ve üstünde çalışmaktadır.\n\n## 📦 Kurulum\n\n[pip](https://pypi.org/) kullanarak kolay bir şekilde kurabilirsiniz:\n\n```sh\npip install eksipy\n```\n\n## 🛠 Doküman\n\n[Bu adresten](https://yusufusta.github.io/eksipy/) okuyabilirsiniz.\n\n## 🔷 Örnek Kullanımlar\n\n[Burdaki klasöre bakabilirsiniz](https://github.com/yusufusta/eksipy/tree/master/examples)\n\n\u003e Ayrıca hemen birkaç örnek verelim.\n\n**Başlık entrylerini getirelim:**\n\n```python\nimport eksipy\nimport asyncio\nimport os\n\n\nasync def getTopic():\n    eksi = eksipy.Eksi()\n    topic = await eksi.getTopic(\"php\")\n    entrys = await topic.getEntrys()\n    for entry in entrys:\n        print(\"*\" * 10)\n        print(entry.text())\n        print(entry.author.nick)\n        print(\"*\" * 10)\n\nloop = asyncio.get_event_loop()\nloop.run_until_complete(getTopic())\n```\n\n## ☑️ To-Do\n\n- [ ] Kendi Exception sınıflarımız.\n- [ ] Olay.\n- [x] Daha iyi bir dokümantasyon.\n- [ ] Tüm kullanıcı istatistikleri, görseller, sorunsallar...\n- [ ] Zengin bir CLI uygulaması\n- [ ] Özel mesaj\n- [x] Async\n- [ ] Testler\n- [ ] Sorunsallar\n\n## 💻 Contributors\n\nDeveloper [Yusuf Usta](https://t.me/fusuf), yusuf@usta.email\n\n## 📒 License\n\neksipy is available under the GPLv3 license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusufusta%2Feksipy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyusufusta%2Feksipy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusufusta%2Feksipy/lists"}