Creates BibTeX entries from links using BibItNow (https://github.com/Langenscheiss/bibitnow), Google Scholar and Selenium.
Project description
BibQuery
A tool for creating BibTeX entries from links using BibItNow (https://github.com/Langenscheiss/bibitnow) and Selenium.
Installation
This library can be installed via pip:
pip install bibquery
Usage
To use bibquery from the command line, type
bibquery https://arxiv.org/abs/1706.03762
If you want to use it inside your python application, you can do so as follows:
from bibquery import BibQuery, query, query_batch
# Option 1
with BibQuery() as bq:
print(bq.query("https://arxiv.org/abs/1706.03762"))
# Option 2
print(query("https://arxiv.org/abs/1706.03762"))
# Do not use query in a for-loop, as it will recreate the Selenium browser on every call. Rather use option 1 or 3 if
# you need to make multiple calls.
# Option 3
print(query_batch(["https://arxiv.org/abs/1706.03762", "https://ieeexplore.ieee.org/abstract/document/726791"]))
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
bibquery-1.1.tar.gz
(6.1 kB
view details)
Built Distribution
bibquery-1.1-py3-none-any.whl
(933.8 kB
view details)
File details
Details for the file bibquery-1.1.tar.gz
.
File metadata
- Download URL: bibquery-1.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb4fa56eec39ff0bc8b7f14c115824fbf2429d4c53b5e84aa744f407b36b1159 |
|
MD5 | 444f89498c587d72f3f2d79151a3a2bd |
|
BLAKE2b-256 | 3f744115fba2f21856dfac02b26d5753f8b453ed6e5882b7a1ca039289788c8d |
File details
Details for the file bibquery-1.1-py3-none-any.whl
.
File metadata
- Download URL: bibquery-1.1-py3-none-any.whl
- Upload date:
- Size: 933.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffe9a123ab890e248221a3c485130366fa5a27e891833be667ab05cb35cca23a |
|
MD5 | 776798236a89bb934932480c1f9868ba |
|
BLAKE2b-256 | 227db923bcb23f920767ad0857d69df0aa1fa1e9aec4c2d98e9735b253e6ecc2 |