IssuuDownloader
A python commandline tool to download entire batches of documents concurrently from issuu.com in the form of pdf files. The downloading process of such files relies on the web-api of Issuu To PDF Download Tool.
Why IssuuDownloader?
I developed this thing as a side-project after a friend of mine told me it was extremely time-consuming to download every single music-score manually from pages like scores-on-demand and diblassio. I decided to automate the process for him, doing nothing more than exploiting existing web-APIs and creating this simple python package.
How can I install it?
Right now the project is not hosted on PyPI yet, but you can download a pip-compatible
package from the releases section. Once such
package is downloaded, you can install it using either pip or pipx
If you want to build the package from source, use hatch (can be installed with pip or pipx itself)
to create the package locally in the dist folder.
$ hatch build
$ pipx install dist/*.whl
How can I use it?
To download every single issuu-document from a given issuu-repository (every web-page with issuu-documents in it is considered a repository, it can be an account-profile, or a stack web-page). When the repository is displayed as paginated in the browser, IssuuDownloader will download documents from all the pages of the repository.
issuudownloader -r https://issuu.com/my-target-issuu-web-page
This will itself download every document on that page. It could be a stack-page, an author/uploader-user-profile or even the home-screen. It's important to respect the following rules:
| URL Format | Is it valid? |
|---|---|
| https://issuu.com/something | Yes |
| https://www.issuu.com/something | Yes |
| https://issuu.com/something/ | No |
| https://www.issuu.com/something/ | No |
| https://issuu.com/something/1 | No |
| https://www.issuu.com/something/1 | No |
Additional features
- You can set the number of threads used during download with the
-t [number(3)]option. - You can set the output directory path with the
-o [os-dependent-path(.)]option.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file issuudownloader-0.1.0.tar.gz.
File metadata
- Download URL: issuudownloader-0.1.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfd6402913d8bb53a8065ad687168d44b4fdfd5c9c87b23fdff7a66d89ba7cd9
|
|
| MD5 |
d91cf233ae5fa80484df8c285558139d
|
|
| BLAKE2b-256 |
2d6f33a19e6a2f7edf0d668408e0e98bf8988d11bc824393f912ae2039888705
|
File details
Details for the file issuudownloader-0.1.0-py3-none-any.whl.
File metadata
- Download URL: issuudownloader-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82d85a3d4486f2ee14417f5bad6ef60796727ef6bab67e90a92822cba2e787f3
|
|
| MD5 |
c0626610540f3ac21f567fe766152b82
|
|
| BLAKE2b-256 |
690be8a8f1b97c6520264de7d29a37ed86428a7a081c9935b961e0a98a233205
|