Limoon (limon-moon
, limon is lemon but Turkish), web scraper base Pythonic API for Ekşi Sözlük. This module can get topics, entries and authors. It also has debe
and gündem
page support. Contributions are most welcome!

Installing
pip install -U limoon
Examples
import limoon
limoon.BASE_URL = "https://eksisozluk1923.com"
print(limoon.BASE_URL)
topic = limoon.get_topic("richard stallman")
dir(topic)
entry = limoon.get_entry(2878417)
entry.content
dir(entry)
author = limoon.get_author("ssg")
dir(author)
search_result = limoon.get_search_topic("linux")
list(search_result)
Documentation
Documentation is here. This page is auto generated. Don't edit!
License
limoon
is distributed under the terms of the MIT license. Also the logo was made by @beucismis.