https://github.com/null-none/getbible
The API render the scripture in JSON, in many different translation/languages
https://github.com/null-none/getbible
Last synced: about 1 year ago
JSON representation
The API render the scripture in JSON, in many different translation/languages
- Host: GitHub
- URL: https://github.com/null-none/getbible
- Owner: null-none
- Created: 2016-10-06T14:48:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T06:45:19.000Z (almost 9 years ago)
- Last Synced: 2025-02-26T20:39:06.752Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Class for use https://getbible.net/
.. image:: https://badge.fury.io/py/api-bible.svg
:target: https://pypi.python.org/pypi/api-bible
=======
Install
=======
.. code-block:: bash
pip install api-bible
=======
Example
=======
.. code-block:: python
from getbible import scripture
params = {'ver': 'makarij'}
bible = scripture.API(params)
print bible.result()
params = {'p': 'James'}
bible = scripture.API(params)
print bible.result()
=======
Donation
=======
.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg
:target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YYZQ6ZRZ3EW5C