Skip to content

e4c6/eksi_unofficial_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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