Skip to main content

Python wrapper for Kol Halashon API

Project description

Kol Halashon API

Python wrapper for Kol Halashon website API.

Installation

pip install kolhalashon

Usage

from kolhalashon.api import KolHalashonAPI
from kolhalashon.models.exceptions import *
from dotenv import load_dotenv

load_dotenv()

api = KolHalashonAPI(
    use_session=False,  
)


def main():
    search_keyword = "כהן"
    search_results = api.search_items(search_keyword)
    print(search_results)

if __name__ == "__main__":
    main()

Features

  • Search shiurim
  • Download audio/video content
  • Browse by Rabbi

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

kolhalashon-1.0.3.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

kolhalashon-1.0.3-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file kolhalashon-1.0.3.tar.gz.

File metadata

  • Download URL: kolhalashon-1.0.3.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for kolhalashon-1.0.3.tar.gz
Algorithm Hash digest
SHA256 0612c3e1b0e0413fa2dbaa03f7b27e34c7f4495a471605d5c5d8ad535c251c9a
MD5 10945c0a333626ed5e3a400a07e48eb9
BLAKE2b-256 3be504ced09204f9dc069182426edda56ed453d897b2552f6126279616e3799e

See more details on using hashes here.

File details

Details for the file kolhalashon-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: kolhalashon-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 6.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for kolhalashon-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9d94c3f95d946e833136502a6c2cc4557d2c3ac30284fc5d24f33386e448e207
MD5 88862eb55049fb795268a85cb143d5c0
BLAKE2b-256 f0f1f6c38af667f801e8a3e5a4f29d97f15adac3625efa021e0b76af567ef10d

See more details on using hashes here.

Supported by

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