Skip to main content

Download Pharmaceutisch Weekblad in PDF format

Project description

Download Pharmaceutisch Weekblad in PDF format

A command line tool and library to download Pharmaceutisch Weekblad in PDF format

Introduction

Pharmaceutisch Weekblad is a Dutch magazine for pharmacists.

This package provides a Python libary and command line tool for convenient downloading of the online contents.

Installation

If you have Python on your system you can do the usual:

$ pip install pharmaceutisch-weekblad-downloader

Quickstart

Command line usage examples

List all issues in the current year. For listing only, no authentication is required.

$ pharmaceutisch-weekblad-downloader -l

List all issues in the years 2002, 2004, 2006, 2007, and 2008:

$ pharmaceutisch-weekblad-downloader -l -y 2002 2004 2006-2008

Download the latest issue to the default download-directory. For downloading, a username and password is required for authentication.

$ pharmaceutisch-weekblad-downloader -u username -p password -d

Download the issues with the IDs 2022-4 and 2022-5 to the ~/Downloads download-directory. An ID is composed of the year and number of the issue.

$ pharmaceutisch-weekblad-downloader -u username -p password -d -i 2022-4 2022-5 -w ~/Downloads

Email the latest issue:

$ pharmaceutisch-weekblad-downloader -e -u username -p password --smtp_host smtp.example.com --smtp_port 587 --smtp_username user@example.com --smtp_password <password> --sender user@example.com --recipient info@example.com

Show command line help::

$ pharmaceutisch-weekblad-downloader -h

Configuration File

The configuration file config.ini can change the default values for command line options. It should be written using a standard INI style. The keys should be grouped into sections. For now, the name of the sections are ignored. The section name appears on a line by itself, in square brackets ([ and ]). Configuration files may include comments, prefixed by # or ;. Comments may appear on their own on an otherwise empty line, possibly indented.

Location

The config.ini configuration file should be put in the default config directory. This location is different on different operating systems. A custom configuration file can be provided with the --config argument.

  • Linux: $HOME/.config/pharmaceutisch-weekblad-downloader/config.ini, which respects the XDG_CONFIG_HOME environment variable.

  • MacOS: $HOME/Library/Application Support/pharmaceutisch-weekblad-downloader/config.ini

  • Windows: %APPDATA%\pharmaceutisch-weekblad-downloader\config.ini

Precedence / Override order

Command line options override the values in a configuration file.

Example config.ini

; This is a comment
# This is another comment
[settings]  ; a section marker is required in INI files
verbose = True
download_dir = /home/folkert/Downloads
username = <username>  ; username for authentication with https://www.pw.nl/
password = <password>  ; password
smtp_host = smtp.example.com  ; host name or ip address of the SMTP server
smtp_port = 587  ; port of the SMTP server
smtp_username = user@example.com  ; accountname, username, or email address of your email account for authentication
smtp_password = <password>  ; password of your email account for authentication.
sender = user@example.com
recipient = info@example.com

Download

When an issue is downloaded, it is copied to the default download directory. This location is different on different operating systems. A custom download directory can be provided with the --download-directory argument.

Location

  • macOS: ~/Library/Application Support/pharmaceutisch-weekblad-downloader

  • Windows: C:\Documents and Settings\<User>\Application Data\Local Settings\Folkert van der Beek\pharmaceutisch-weekblad-downloader

  • Linux (and other Unices): ~/.local/share/pharmaceutisch-weekblad-downloader

Email

You can send an automated email message with the downloaded PDF as an attachment, for example to send it to your Kindle. To use this feature, the --email argument should be provided to the command line tool, along with the required arguments: --smtp_host, --smtp_port, --smtp_username, --smtp_password, --sender, and --recipient. This option presumes the --download argument.

Please note that if you use 2-step-verification in a Gmail-account, you might need an App Password (see https://support.google.com/accounts/answer/185833)

Changelog

[0.1.1] - 2022-02-24

  • Ensure unique filename by adding id
  • Bugfixes

[0.1.0] - 2022-02-21

  • First release on PyPI.

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pharmaceutisch-weekblad-downloader-0.1.1.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file pharmaceutisch-weekblad-downloader-0.1.1.tar.gz.

File metadata

  • Download URL: pharmaceutisch-weekblad-downloader-0.1.1.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for pharmaceutisch-weekblad-downloader-0.1.1.tar.gz
Algorithm Hash digest
SHA256 4501dc0cc4fb1238a3b7a29f457ef666772a1562f8931467459e00e04fe384c8
MD5 ffb3137196eff7bccce8c66da1d59528
BLAKE2b-256 1d79dbcb7e6efbaac04ddcddf9c337dc46dd6994450e9b1d468f3c67c2730a47

See more details on using hashes here.

File details

Details for the file pharmaceutisch_weekblad_downloader-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pharmaceutisch_weekblad_downloader-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 9.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for pharmaceutisch_weekblad_downloader-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5b899762ecced7a6f7809720bce022208d28dd2dad6e75548d4e6af699a9b9b6
MD5 89829b9308634347e33c2b701b4fe414
BLAKE2b-256 6d685a8c448d122ebf910d273c2981ed811a44076a5474b28d490d7d7013bdea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page