YouVersion API客户端

youversion的Python项目详细描述


Known VulnerabilitiesCodacy BadgeCodacy BadgeBuild Status

YouVersion API客户端

YouVersion公共API客户端。此项目与YouVersion或生活。教堂. 在

安装

pip install youversion

使用

需要YouVersion API开发人员令牌。有关获取API令牌的信息可以在YouVersion API documentation中找到

importyouversionasyvimportwebbrowserYV_TOKEN='YouVersion API Developer Token'YV_LANG=yv.Language.Englishapi=yv.API(YV_TOKEN,YV_LANG)print(api.bible_versions)# Sets the Bible version (defaults to KJV)api.bible_version='KJV'# Or use the BibleVersion objectapi.bible_version=api.get_bible_version('ASV')# Gets the current verse of the dayvotd=api.get_verse_of_the_day()# Print the verse of the day verse textprint(votd.verse.text)# Downloads the verse of the day imagevotd.image.download()# Open the verse of the day square image in a browserwebbrowser.open_new_tab(votd.image.square_url(size=256))

发展

关于如何设置开发和贡献的信息即将发布。在

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
安卓如何从包含多个java源文件的包中动态执行多个类的函数?   java GSON不解析布尔值(始终为false)   链表Java LinkedList:如何将内容插入特定索引?   java当only equals被重写时,为什么列表会将项查找为true?   java语言与泛型   java编译器消息文件已损坏:key=compiler。杂项。味精。错误参数=   Java Web启动(FailedDownloadException)   java Playframework在select中获取对象列表作为选项   如何通过java代码将CSV文件数据导入PostgreSQL表?   java HazelcastInstance vs HazelcastClient   java使用HorizontalCalendar库(MulhamRaee/HorizontalCalendar)日历获取dd/mm/yyyy格式的日期   java nio路径无法处理windows网络路径   java将JavaScript文件放在Android Studio项目的何处?   java Powermock模拟静态类成员   java通过REST传递pdf数据   在Java中解析JavaScript日期字符串