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), Google Scholar 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.2.4.tar.gz
(6.9 kB
view details)
Built Distribution
bibquery-1.2.4-py3-none-any.whl
(934.9 kB
view details)
File details
Details for the file bibquery-1.2.4.tar.gz
.
File metadata
- Download URL: bibquery-1.2.4.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6f077bbd36ef99de2345137ea967108ba0c23171917fade89f5cfe92499fa74 |
|
MD5 | 22608b36d603414e1a317fd73afe7390 |
|
BLAKE2b-256 | cecdc75383d0e2b8b2870649a24847505c70a1677cd466be4117fd0024f5457e |
File details
Details for the file bibquery-1.2.4-py3-none-any.whl
.
File metadata
- Download URL: bibquery-1.2.4-py3-none-any.whl
- Upload date:
- Size: 934.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 390bdea12c475d2b302617d8ef9e2e51ddfb58cdb9930534df985274b2990bae |
|
MD5 | 74a4a8fc27982c9e1f9d58902a496684 |
|
BLAKE2b-256 | 4a2161fa122cfb553da6eedc2341c4ca7b9647db9f71bad6cb71d74998266c8b |