Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 797 Bytes

README.rst

File metadata and controls

39 lines (26 loc) · 797 Bytes

scribbl

scribbl is a command-line python script to download image-based documents from scribd.com.

Installation

scribbl is supported on python >=3.5. The recommended way to install scribbl is via pip.

pip install scribbl

Alternatively, you can clone the repository and run setup.py.

cd scribbl && python setup.py install

Usage

python scribbl.py [-h] --id ID [--output OUTPUT]

Options

-h, --help       show this help message and exit
      --id ID          Document id to download
      --output OUTPUT  Filename output

License

scribbl's source is provided under the MIT License.