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
Release history Release notifications | RSS feed
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.4.tar.gz
(6.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kolhalashon-1.0.4.tar.gz.
File metadata
- Download URL: kolhalashon-1.0.4.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46487515ce07eaaa9a910ae3a527688fcf7ebaef3206c46d1a286c754b5ad0b2
|
|
| MD5 |
ad47f7977e1758e453f02a54c3226285
|
|
| BLAKE2b-256 |
d667e6bb8e7ec8ae5bda50f9d96c3a118ac17760c0648e16f773fdb828fa5df9
|
File details
Details for the file kolhalashon-1.0.4-py3-none-any.whl.
File metadata
- Download URL: kolhalashon-1.0.4-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1295386ac4f2adfb9a627e40b45e88991041482a5ec1ad62c058f1970e78d2e
|
|
| MD5 |
e340d54b7a79e656955f3396f8d21e61
|
|
| BLAKE2b-256 |
bbebda89596d9725319ef59ae5a5303202559dffe0130575c31deb884dda90ce
|