Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 754 Bytes

File metadata and controls

25 lines (17 loc) · 754 Bytes

Wiley TDM & CrossRef API scripts

This repository includes example python scripts for using the Wiley TDM and CrossRef APIs

Scripts

  • dois.py: lists DOIs for articles in a journal using journal ISSN (uses CrossRef API)
  • download.py: downloads PDF from Wiley TDM using article DOI

Installation

The scripts require Python v3.x and habanero (for CrossRef support).

#clone this repository
git clone https://github.com/repub/Wiley-TDM-Examples.git
cd Wiley-TDM-Examples

# install habanero (if necessary)
pip3 install habanero

# enjoy!
./dois --help
./download.py --help