Automatically retrieve google books Bibtex citation matching ISBN

后端 未结 1 1817
一整个雨季
一整个雨季 2021-02-11 04:23

I would like to retrieve automatically, and reliably, the bibtex file which I can manually download at google books, for a book identified by its ISBN. The purpose is to create

相关标签:
1条回答
  • 2021-02-11 05:09

    You can take a look at this project https://github.com/xlcnd/isbntools.

    The command isbn_meta 978... retrieves the metadata for the book, however not in bibtex format (but it is easy to use the output and transform it to bibtex).

    Anyway in the next major release I am planning (yes I am the creator and maintainer of the project) to add more format options to the output, including bibtex.

    0 讨论(0)
提交回复
热议问题