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 hashes)
Built Distribution
Close
Hashes for kolhalashon-1.0.3-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 9d94c3f95d946e833136502a6c2cc4557d2c3ac30284fc5d24f33386e448e207 |
|
| MD5 | 88862eb55049fb795268a85cb143d5c0 |
|
| BLAKE2b-256 | f0f1f6c38af667f801e8a3e5a4f29d97f15adac3625efa021e0b76af567ef10d |