~shreyasminocha/biblatex-wayback

Archive the URLs in the `url` fields of your BibLaTeX entries
99ba4163 — Shreyas Minocha 1 year, 8 months ago
Initialize repository

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~shreyasminocha/biblatex-wayback
read/write
git@git.sr.ht:~shreyasminocha/biblatex-wayback

You can also use your local clone with git send-email.

#BibLaTeX URLs → WayBack Machine

Archives the URLs in the url fields of your .bib entries.

The url field is used to store the URL of a web page. It is a non-standard BibTeX field and is only supported [by] a handful of styles.

#Usage

After cloning this repository, install dependencies:

pip install -r requirements.txt

…and run:

python main.py ~/example.bib

The script may take several minutes to run.

#License

See LICENSE.