https://github.com/4thel00z/ahadith
Python library to interact with hadith.json
https://github.com/4thel00z/ahadith
ahadith bukhari dawud hadith json muslim pip pypi python python3 sunan sunnah
Last synced: 30 days ago
JSON representation
Python library to interact with hadith.json
- Host: GitHub
- URL: https://github.com/4thel00z/ahadith
- Owner: 4thel00z
- License: gpl-3.0
- Created: 2021-08-25T22:50:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T00:02:48.000Z (almost 5 years ago)
- Last Synced: 2025-07-02T04:50:43.645Z (12 months ago)
- Topics: ahadith, bukhari, dawud, hadith, json, muslim, pip, pypi, python, python3, sunan, sunnah
- Language: Python
- Homepage: https://pypi.org/project/ahadith/
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# ahadith

## Motivation
A little python library to consume [hadith.json](https://github.com/4thel00z/hadith.json).
## Installation
```
pip install ahadith
```
## Usage
### Get bukhari book by id
```python
from ahadith import bukhari
book = bukhari(1)
first_hadith = book[0]
print(first_hadith)
```
## License
This project is licensed under the GPL-3 license.