/eksi_unofficial_api

Ekşisözlük.com Unofficial API docs & client

Primary LanguagePythonMIT LicenseMIT

Ekşisözlük Unofficial API Documentation - 2021

Version 1 of this documentation has been deprecated.

Version 2 is documented on Postman.

The Version 2 collection can be collection.

This library is a work in progress, any contribution are welcome.

EksiSozluk.py

Installation

pip install eksisozluk

Usage

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 >)