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.3.tar.gz
(5.5 kB
view details)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0612c3e1b0e0413fa2dbaa03f7b27e34c7f4495a471605d5c5d8ad535c251c9a |
|
MD5 | 10945c0a333626ed5e3a400a07e48eb9 |
|
BLAKE2b-256 | 3be504ced09204f9dc069182426edda56ed453d897b2552f6126279616e3799e |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d94c3f95d946e833136502a6c2cc4557d2c3ac30284fc5d24f33386e448e207 |
|
MD5 | 88862eb55049fb795268a85cb143d5c0 |
|
BLAKE2b-256 | f0f1f6c38af667f801e8a3e5a4f29d97f15adac3625efa021e0b76af567ef10d |