Downloads multiple pages from Hathitrust from the CLI.
Project description
HathiTrust Downloader
Installing
Python 3 (OS Agnostic)
Check that you have Python 3 installed and available on your shell. The following command should return something like Python 3.8.5
.
python -V
Windows users: Make sure to enable the "Add to PATH" option when installing Python.
Now you can install using pip
with the following command.
pip install hathitrust-downloader
Which allows you to interact with the downloader from the command line:
hathitrust-downloader --help
Windows Executable
There are also Windows executables available. Download the downloader.zip
from releases and extract it. Then open a shell, e.g. cmd
or powershell
, to the directory where the ZIP is extracted. The easiest way to do this is by opening the folder in Explorer and right click while holding shift, now select the option "Open PowerShell Window Here".
The executable is bundled with Python and all other dependencies, hence you do not need to have anything installed. Now the tool can be used like:
.\downloader.exe --help
Usage
The help should give some instructions on how to use the tool:
usage: hathitrust-downloader [-h] [--name NAME] id start_page end_page
Book downloader for HathiTrust
positional arguments:
id The ID of the book, e.g 'mdp.39015027794331'.
start_page The page number of the first page to be downloaded.
end_page The last number of the last page to be downloaded (inclusive).
options:
-h, --help show this help message and exit
--name NAME The start of the filename. Defaults to using the id. This can also be used to change the path.
For example, the following command will download page 1 until (and including) 10 of the book with id mdp.39015073487137
and naming the files output files my-book_page_<page_number>.pdf
:
hathitrust-downloader mdp.39015073487137 1 10 --name my-book
[!IMPORTANT] The ID of the file can be found as part of the URL when opening a book through your browser. Below is an example URL and where to find the ID:
https://babel.hathitrust.org/cgi/pt?id=mdp.39015073487137&seq=13 ^^^^^^^^^^^^^^^^^^ This demarks the ID of this book
Troubleshooting
No Progess / Progress Bar is Stuck
Make sure that you can access books on HathiTrust. Try to open a book in your browser to see if everything is working fine. HathiTrust can require you to connect from an American IP. In addition, they limit the amount of pages you can download to 15 every 5 minutes. When you hit that limit you will need to wait, the tool will automatically wait and resume when the timeout is finished.
Developing
Clone the repository:
git clone https://github.com/Addono/HathiTrust-downloader.git
cd ./HathiTrust-downloader
(Optional) Create a virtual Python environment, recommended but not required.
Install the package with dependencies:
pip install .
Now you can run the tool with:
python -m hathitrustdownloader.cli --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for hathitrust-downloader-1.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b12f92f6cc7454efee397d5dca393c6595594fa89e0508dbdda356eb6e65018f |
|
MD5 | f382bf8b6f6bd1f6428ab0763bcfdba3 |
|
BLAKE2b-256 | 3dfbfbb649cddb72adea90293c24d616b709b535ce8f19f4c3c8d8195fa6185a |
Hashes for hathitrust_downloader-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | abb899d094800a7795c2938b4bcfd119e366c6600de25ca61d4b965cdc249c35 |
|
MD5 | 4c938c0ecefd4e5ea43f1b85862701a5 |
|
BLAKE2b-256 | 5e5b66d172691095262c9985de5c54a4baaab920bd01f1b31a79d26262a2a273 |