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.3.tar.gz
(6.9 kB
view details)
Built Distribution
bibquery-1.2.3-py3-none-any.whl
(934.6 kB
view details)
File details
Details for the file bibquery-1.2.3.tar.gz
.
File metadata
- Download URL: bibquery-1.2.3.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0857a7fb78d5eec9bbdcc3b4b9f543af465d156acecf2199076ff1623fb12bae |
|
MD5 | 5c0be13978c3d67bfee41933270478b2 |
|
BLAKE2b-256 | 6c40588d2a787a99eb4a14829c707c71b2808e15f76cb448afb07666a49cfe49 |
File details
Details for the file bibquery-1.2.3-py3-none-any.whl
.
File metadata
- Download URL: bibquery-1.2.3-py3-none-any.whl
- Upload date:
- Size: 934.6 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 | 3ac277ec3c251c2c1413a80d195eb285135346f7154f5c8d2c9f0bbb5e4150f3 |
|
MD5 | 1fc0fa6585d3c97e1a79eb4660cb359a |
|
BLAKE2b-256 | 5d10997b6042ebc4389069124ee953084803c626a75533a8aae9202286353122 |