https://github.com/e4c6/eksi_unofficial_api
Ekşisözlük.com Unofficial API docs & client
https://github.com/e4c6/eksi_unofficial_api
api-documentation
Last synced: 5 months ago
JSON representation
Ekşisözlük.com Unofficial API docs & client
- Host: GitHub
- URL: https://github.com/e4c6/eksi_unofficial_api
- Owner: e4c6
- License: mit
- Archived: true
- Created: 2020-03-16T13:36:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T07:47:33.000Z (over 3 years ago)
- Last Synced: 2025-08-31T13:44:41.725Z (10 months ago)
- Topics: api-documentation
- Language: Python
- Homepage:
- Size: 8.4 MB
- Stars: 35
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ekşisözlük Unofficial API Documentation - 2021
Version 1 of this documentation has been [deprecated](doc/V1.md).
Version 2 is [documented on Postman](https://documenter.getpostman.com/view/6963920/TzzEoZpq).
The Version 2 collection can be [](https://app.getpostman.com/run-collection/6963920-32242d64-126b-4382-8fb1-0501844f107a?action=collection%2Ffork&collection-url=entityId%3D6963920-32242d64-126b-4382-8fb1-0501844f107a%26entityType%3Dcollection%26workspaceId%3De549a4c7-acfa-45b4-8689-4599ee859e9a).
This library is a work in progress, any contribution are welcome.
# EksiSozluk.py
### Installation
```shell
pip install eksisozluk
```
### Usage
```python
from eksisozluk.EksiSozluk import EksiApi
client = EksiApi() # or EksiApi(username, password)
entry = client.get_entry( < entry_id >)
topic = client.get_topic( < topic_id >, < page >)
author = client.get_user( < user_nick >)
```