gscholar:使用Python查询Google Scholar

时间:2024-02-22 18:06:11
【文件属性】:

文件名称:gscholar:使用Python查询Google Scholar

文件大小:8KB

文件格式:ZIP

更新时间:2024-02-22 18:06:11

python cli pdf bibtex google-scholar

学者 使用Python查询Google Scholar。 要求 Python pdftotext(命令行工具) 关于Python2和Python3的说明 Gscholar与Python2和Python3兼容。 在任何一个Python版本上运行都不需要更改。 正在安装 $ pip install gscholar ##将gscholar用作命令行工具 gscholar提供了一个命令行工具,要使用它,只需像gscholar这样调用gscholar : $ gscholar " albert einstein " 要么 $ python3 -m gscholar " albert einstein " 进行简单的查找: $ gscholar " some author or title " 将从Google学术搜索返回与此查询匹配的第一个结果。 获得更多结果: $ gscholar --all " some author or title " 与上述相同,但最多返回10个bibtex项目。 (谨慎使用Google会假设您暂时是bot,而您是IP的禁令) 使用pdf查询: $


【文件预览】:
gscholar-master
----setup.py(930B)
----.gitignore(6B)
----MANIFEST.in(63B)
----LICENSE(1KB)
----CHANGELOG.md(888B)
----README.md(2KB)
----gscholar()
--------__init__.py(95B)
--------gscholar.py(6KB)
--------__main__.py(3KB)
----test()
--------test_gscholar.py(788B)

网友评论