Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Python library to interact with hadith.json

Awesome Lists containing this project

README

        

# ahadith

![hadith.json.png](https://raw.githubusercontent.com/4thel00z/logos/master/hadith.json.png)

## 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.