Skip to content

mmoser18/nzz_download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c't Downloader

This is a utility to regularly download today's issue of the NZZ newspaper in PDF format.

It uses Selenium to start a Chrome-Browser instance, navigates to https://https://epaper.nzz.ch/storefront/6 and then selects the PDF version to be downloaded (unless that issue is already present in the target folder).

Thus, running this daily will make sure that you have all issues of NZZ downloaded to your destination folder in PDF format for your reading pleasure.

Setup:

The basic command-line is java -jar <jar-file> -u <userId> -p <password> <further options here...>

See the downloadNZZ.cmd-file for an example how to run this via a Windows command-file. (Note: you will have to enter your user-id and password into that file to get going...).

usage: Download_CT
 -u,--username <arg>          user-id for login to NZZ wensite [required]
 -p,--password <arg>          password for login to NZZ wensite [required]
 -d,--download-folder <arg>   download-folder  [optional - default: %HOME%\downloads-folder will be used]
 -t,--target-folder <arg>     target-folder [optional - default: leave file in the download-folder (above)]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published