معرفی شرکت ها


BibleHubScrapper-1.3.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A module to scrape biblehub.com, also cli app
ویژگی مقدار
سیستم عامل -
نام فایل BibleHubScrapper-1.3.4
نام BibleHubScrapper
نسخه کتابخانه 1.3.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Joshua Petitma
ایمیل نویسنده joshuapetitma@yahoo.com
آدرس صفحه اصلی https://github.com/joshpetit/BibleHubScrapper
آدرس اینترنتی https://pypi.org/project/BibleHubScrapper/
مجوز -
# BibleHubScrapper A python module that retrieve a single verse and the information on it from biblehub.com. Also a simple commandline application ## Installation ```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] # Also retrieves the cross-references biblehub -t [Reference] # Also retrieves the lexicon ``` As with most cli tools, arguments can be stacked with one hyphen, such as: ``` biblehub -cl [Reference] # Retrieves the cross-references and lexicon in addition to the passage ``` ## Script Usage You can import the query method to use in scripts. ``` from BibleHubScrapper import query biblehub_query = query('Genesis 1:1') print(biblehub_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(biblehub_query.passage) # Genesis 1:1 print(biblehub_query.version) # NIV (default) print(biblehub_query.lexicons) # Text, Hebrew words, translit, strong, and English defintions print(biblehub_query.crfs) # Cross References print(biblehub_query.tos) # Treasury of Scripture print(biblehub_query.info) # Prints all the info queried on the verse. Also the same as the __str__ ``` there are also `biblehub_query.format_[field]` method that returns the specified field in an easy to read way. ## Todo - Possibly support multiple verses - Possibly make vim plugin - Consider fetching commentaries, or a specific one - Implement search function - Reformat module structure - Create etc config file for formatting (colors, verbosity, etc.) ## Contributing If you feel like improving the codebase, adding a feature, or checking my grammar, feel free! Just make sure to send a pull request against the development branch.


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl BibleHubScrapper-1.3.4:

    pip install BibleHubScrapper-1.3.4.whl


نصب پکیج tar.gz BibleHubScrapper-1.3.4:

    pip install BibleHubScrapper-1.3.4.tar.gz