{"id":16418738,"url":"https://github.com/keda87/python-quran-odoa","last_synced_at":"2025-03-23T06:31:39.471Z","repository":{"id":2692630,"uuid":"43231672","full_name":"Keda87/python-quran-odoa","owner":"Keda87","description":":blue_book: Python library to get random ayah within quran surah for supporting \"ODOA\" (One Day One Ayah) campaign.","archived":false,"fork":false,"pushed_at":"2022-07-03T06:53:15.000Z","size":21,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-24T23:42:01.745Z","etag":null,"topics":["asyncio","hacktoberfest","library","python","python3","quran","quran-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Keda87.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-27T02:44:41.000Z","updated_at":"2023-08-18T06:39:47.000Z","dependencies_parsed_at":"2022-08-30T11:32:19.187Z","dependency_job_id":null,"html_url":"https://github.com/Keda87/python-quran-odoa","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keda87%2Fpython-quran-odoa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keda87%2Fpython-quran-odoa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keda87%2Fpython-quran-odoa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Keda87%2Fpython-quran-odoa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Keda87","download_url":"https://codeload.github.com/Keda87/python-quran-odoa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245066497,"owners_count":20555402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asyncio","hacktoberfest","library","python","python3","quran","quran-api"],"created_at":"2024-10-11T07:14:55.348Z","updated_at":"2025-03-23T06:31:39.115Z","avatar_url":"https://github.com/Keda87.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Python Quran ODOA \n=================\n[![Build Status](https://travis-ci.org/Keda87/python-quran-odoa.svg?branch=master)](https://travis-ci.org/Keda87/python-quran-odoa) \n[![pypi](https://badge.fury.io/py/python-quran-odoa.svg)](https://badge.fury.io/py/python-quran-odoa) \n[![codecov](https://codecov.io/gh/Keda87/python-quran-odoa/branch/master/graph/badge.svg)](https://codecov.io/gh/Keda87/python-quran-odoa)\n\nPython library to display random ayah within quran surah including the translation.\nCurrently supports only Bahasa Indonesia and English.\n\nThis library is part of supporting ODOA (One Day One Ayat) campaign and using datasource from [quranjson](https://github.com/semarketir/quranjson).\n \n\nPrerequisite:\n-------------\n- Python v3.6.+\n\nInstallation:\n-------------\n\n**Pip:**\n\n```bash\n$ pip install python-quran-odoa\n```\n\n**Usage:**\n\n```python\nfrom odoa import ODOA\n\no = ODOA()\n\n# by default the translation using bahasa indonesia,\n# pass `lang='en'` if you want english translation.\nsurah = await o.get_random_surah()  # odoa.get_random_surah(lang='en')\n\nsurah.ayah\nsurah.desc\nsurah.translate\nsurah.sound\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeda87%2Fpython-quran-odoa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeda87%2Fpython-quran-odoa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeda87%2Fpython-quran-odoa/lists"}