This is a project to get bibtex from CrossRef and Google Scholar
Project description
get bibtex from crossref and google scholar
Switch to Chinese
Introduction
This is a simple python script to get bibtex from crossref and google scholar. It is useful when you want to get bibtex for a list of DOIs or titles.
Depend
- requests // for http request
- re // for regular expression
- serpapi // for google scholar
- tqdm // for progress bar
Usage
look at the example in example_main.py
from apiModel.getbibtex_from_crossref import GetBibTex
get_bibtex_from_crossref = GetBibTex("your email")
doi = "10.1145/3313831.3376234"
bibtex = get_bibtex_from_crossref.get_bibtex(doi)
# or use title
title = "A Survey of Modern Authorship Attribution Methods"
bibtex = get_bibtex_from_crossref.get_bibtex(title)
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
get_bibtex-1.1.0.tar.gz
(7.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file get_bibtex-1.1.0.tar.gz.
File metadata
- Download URL: get_bibtex-1.1.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b5fb1742400e94a96ce4e2c1b30630848d6821de68a5e0a71c8c901d32fc4d7
|
|
| MD5 |
b69585cfe40d831e5a9735d10ccf9d94
|
|
| BLAKE2b-256 |
de2e604f91f23e83c1c2948391ef7bb6e8f27a7fb07762f5bac0a13a03cde7d9
|
File details
Details for the file get_bibtex-1.1.0-py3-none-any.whl.
File metadata
- Download URL: get_bibtex-1.1.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
697a8046e4e73ef9275ae1e418f7f315accd19d5c40a138f3a1ca0597f3c0a53
|
|
| MD5 |
ae249a804cb91bb2e14237b58366e1e9
|
|
| BLAKE2b-256 |
8fd5740b1378ccb8b28242cf10a1a758e3030b92b848fdeef3dd4b4ee97d9d3f
|