Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 586 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 586 Bytes

Whisperer

dw_logo

Description

Tool for downloading DigitalWhisper issues easily.

Examples

Grab all issues
./whisperer.py -r all
Grab a range of issues
./whisperer.py -r 13-37 # Download issue 13 to 37
./whisperer.py -r 13-last # Download 13 to lastest issue
./whisperer.py -r 1,2-4,last # Download issues 1,2,3,4 and latest
Set download path
./whisperer.py -d ~/foo/bar

Defaults to current working directory

Enjoy reading!