Không có mô tả

Christoph Stelz d72e926cdf Version bump 2 năm trước cách đây
contrib 3d95c14f1d Add setup.py, fix demo 3 năm trước cách đây
LICENSE 2d969ec2bc Create LICENSE 3 năm trước cách đây
README.md 3d95c14f1d Add setup.py, fix demo 3 năm trước cách đây
requirements.txt 4432b58c50 Update README, add requirements, add env 3 năm trước cách đây
setup.py d72e926cdf Version bump 2 năm trước cách đây
zeitdownload.py 897e373aff Add CSRF token and origin header 2 năm trước cách đây

README.md

Die ZEIT Downloader

This is a simple downloader for the digital formats of the weekly newspaper Die Zeit. A digital subscription is required. It is written in only 70 lines of python

asciicast Demo

Installation

  1. Clone this repo or download the zeitdownload.py.
  2. Make sure the requirements are installed:
    • sudo pip3 install -r requirements.txt
  3. Run with ./zeitdownload.py.
  4. To install globally, run sudo python3 setup.py install.

Documentation

usage: zeitdownload.py [-h] --email EMAIL --password PASSWORD [--pdf] [--epub]
                       [--mobi]

Download "Die Zeit" in multiple formats from the premium subscription service

optional arguments:
  -h, --help           show this help message and exit
  --email EMAIL        Email you used for the digital subscription signup
  --password PASSWORD  Corresponding password
  --pdf                Download full-page PDF
  --epub               Download EPUB file for E-Readers
  --mobi               Download MOBI file for Kindles