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

Uploaded Source

Built Distribution

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

Uploaded Python 3

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