scribbl is a command-line python script to download image-based documents from scribd.com.
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
python scribbl.py [-h] --id ID [--output OUTPUT]
-h, --help show this help message and exit
--id ID Document id to download
--output OUTPUT Filename output
scribbl's source is provided under the MIT License.