eksi_unofficial_api
eksi_unofficial_api copied to clipboard
Ekşisözlük.com Unofficial API docs & client
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 .
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 >)