This repository includes example python scripts for using the Wiley TDM and CrossRef APIs
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
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