/ahadith

Python library to interact with hadith.json

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ahadith

hadith.json.png

Motivation

A little python library to consume hadith.json.

Installation

pip install ahadith

Usage

Get bukhari book by id

from ahadith import bukhari

book = bukhari(1)
first_hadith = book[0]
print(first_hadith)

License

This project is licensed under the GPL-3 license.