This is a project to get bibtex from CrossRef and Google Scholar
Project description
get bibtex from crossref and google scholar
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.0.0.tar.gz
(5.1 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.0.0.tar.gz.
File metadata
- Download URL: get_bibtex-1.0.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe370a9f11b870a6d2ad469406fecd070e8662f534e4bc94b6f53e71c26238c5
|
|
| MD5 |
d477bd38fdf4b5357416a70b4151edf6
|
|
| BLAKE2b-256 |
8407f02481e110f7a9d8456ed757e2a290f36b758225cf2affe27942be809ebd
|
File details
Details for the file get_bibtex-1.0.0-py3-none-any.whl.
File metadata
- Download URL: get_bibtex-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7e744c223e748603fdf7f27ddd0931bf2954699f194dac8e54d027126c95745
|
|
| MD5 |
9794db62e0bf06782479412d36d2af22
|
|
| BLAKE2b-256 |
ea6f5a39482297b63925ea1796cd0b0e7d42ceb721e5e88176a30913f89065cd
|