This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
A simple command line script to count the number of records returned by an OAI-PMH provider | |
OAI-PMH protocol documentation: https://www.openarchives.org/OAI/openarchivesprotocol.html | |
To install dependencies: | |
pip install lxml requests beautifulsoup4 |