darwinshameran / scribbl

command-line script for downloading image-based documents from scribd.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

command-line script for downloading image-based documents from scribd.com

License:MIT License


Languages

Language:Python 89.1%Language:Makefile 10.9%