Skip to main content

Web scraper base Pythonic API for Ekşi Sözlük

Project description

limoon-logo

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!

PyPI - Version PyPI - Python Version GitHub License GitHub Actions Workflow Status GitHub Actions Workflow Status GitHub Actions Workflow Status

Installing

pip install -U limoon

Examples

import limoon


limoon.BASE_URL = "https://eksisozluk1923.com"
print(limoon.BASE_URL)
# 'https://eksisozluk1923.com'

topic = limoon.get_topic("richard stallman")
# Topic(43270)
dir(topic)
# [..., 'id', 'page_count', 'path', 'title', 'url']

entry = limoon.get_entry(2878417)
# Entry(2878417)
entry.content
# 'programcılıgın 8. harikası'
dir(entry)
# [..., 'author_nickname', 'content', 'created', 'date', 'edited', 'favorite_count', 'id', 'url']

author = limoon.get_author("ssg")
# Author(ssg)
dir(author)
# [..., 'avatar_url', 'badges', 'biography', 'follower_count', 'following_count', 'nickname', 'rank', 'total_entry', 'url']

search_result = limoon.get_search_topic("linux")
# Iterator[SearchResult]
list(search_result)
# [SearchResult(linux), SearchResult(linux mint), SearchResult(arch linux), SearchResult(linux ile windows karşılaştırması), SearchResult(linux kullanabilen kız), ...]

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

limoon-0.1.12.tar.gz (17.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

limoon-0.1.12-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file limoon-0.1.12.tar.gz.

File metadata

  • Download URL: limoon-0.1.12.tar.gz
  • Upload date:
  • Size: 17.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for limoon-0.1.12.tar.gz
Algorithm Hash digest
SHA256 dcf738d770a74cbd19b2a42efd98c55f2f8d6e28139c2a734b8586f995bba3a4
MD5 be89ea6dfdcc8388048086fc88e061d7
BLAKE2b-256 3e034fa2a469fc3d9e42b325f3880493c7a1c3ceca6ee8a01758192a5d6d42a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for limoon-0.1.12.tar.gz:

Publisher: publish.yml on beucismis/limoon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file limoon-0.1.12-py3-none-any.whl.

File metadata

  • Download URL: limoon-0.1.12-py3-none-any.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for limoon-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 1eecefed69eb6f361389547e9e837a2c2fab98ee968aba6e4ebc72ec678b34c3
MD5 d3f8a45297c7445bbaa31f38c9a77a6b
BLAKE2b-256 e15d9119014212e08cacbcd4d2a61aed028624760ab559b7ad509f484cca5fed

See more details on using hashes here.

Provenance

The following attestation bundles were made for limoon-0.1.12-py3-none-any.whl:

Publisher: publish.yml on beucismis/limoon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page