Skip to main content

A module to scrape biblehub.com, also cli app

Project description

BibleHubScrapper

A python module that retrieve a single verses from biblehub.com. Also, callable from the commandline.

Instillation

pip3 install BibleHubScrapper

Commandline

To retrieve all the currently available information on a reference, use the '-a' tag:

biblehub -a [Reference]

To only retrieve specific information pass in the corresponding tag:

biblehub -c [Reference] # Retrieves the reference and the cross-references
biblehub -t [Reference] # Retrieves the reference and the Treasury of Scripture
biblehub -l [Reference] # Retrieves the reference and the lexicon

Arguments can be stacked with one hyphen such as:

biblehub -cl [Reference] # Retrieves the reference, cross-references, and lexicon

Query Usage

You can import the query method to use in scripts.

from BibleHubScrapper import query

bible_hub_query = query('Genesis 1:1')
print(bible_hub_query.text) # In the beginning...

By default, it will query all possible fields. You can choose not to query certain fields by indicating in the parameters for example: query('Genesis 1:1', get_lexicons=False)

Useful fields

print(bible_hub_query.passage) # Genesis 1:1
print(bible_hub_query.version) # NIV (default)
print(bible_hub_query.lexicons) # Text, Hebrew words, translit, strong, and English defintions
print(bible_hub_query.crfs) # Cross References
print(bible_hub_query.tos) # Treasury of Scripture

there are also bible_hub_query.format_[lexicons/tsks] method that returns the formatted and printed requested informati9on.

Todo

  • Possibly support multiple verses
  • Add the text for verses in cross-references
  • Possibly make vim plugin
  • Consider fetching commentaries, or a specific one

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

BibleHubScrapper-1.0.5.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

BibleHubScrapper-1.0.5-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file BibleHubScrapper-1.0.5.tar.gz.

File metadata

  • Download URL: BibleHubScrapper-1.0.5.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for BibleHubScrapper-1.0.5.tar.gz
Algorithm Hash digest
SHA256 5b3b12fcb313049c9ee921fc5e6daa5c80ce47433c05958cf1105f4d33abd98c
MD5 399dc71884759a98922f1aef1b293116
BLAKE2b-256 c394dc8c14c2bc46f08f6f87e935134a0673800bba34e18f9ff99ecca9cb3e8d

See more details on using hashes here.

File details

Details for the file BibleHubScrapper-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: BibleHubScrapper-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.4.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for BibleHubScrapper-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 a2ec1075bda655c210d873d226a6ff1f45a161fe6da7966075e8155c08a7cb66
MD5 80c6449f46bdd8548ca751fad884b284
BLAKE2b-256 f463e22aabf2933a61ac84eeea4b3d3071b2df667b15c46ed0b55f535754a025

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page