Metadata-Version: 2.1
Name: eksisozluk
Version: 1.0.1
Summary: Ekşisözlük API client
Home-page: https://github.com/e4c6/eksi_unofficial_api
Author: Mahir Tüzel
Author-email: e4c6@dataso.me
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/e4c6/eksi_unofficial_api/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 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   [![collection](https://run.pstmn.io/button.svg)](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 >)
```

