Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 941 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 941 Bytes

Installation

  1. Install Python 3.10.
  2. Install poetry.
  3. Only the first time, install dependencies:
cd dblp-fetcher
poetry install
  1. Follow the instructions in Step 1 of the Google Sheets Python Quickstart guide to get a credentials.json file. Save the file as dblp-fetcher/secret/credentials.json relative to the root of the repository. Make sure you never add this file to the repository.

Importing new publications

  1. Run the following command from the root directory of the repository to fetch new publications:
cd dblp-fetcher
poetry run dblp-fetcher
  1. Check the console output manually to ensure that all new entries are correct.
  2. Copy the BibTex output from the console into your tool of choice such as teachPress for WordPress.