Updated README

main v1.3
bipinkrish 2023-02-26 19:31:29 +05:30
parent d4999b9c48
commit 1b3b4681bf
1 changed files with 20 additions and 15 deletions

View File

@ -6,26 +6,31 @@
## Things you need ## Things you need
1. ACSM file from the book page you borrowded from Internet Archive * ACSM file from the book page you borrowded from Internet Archive
2. Adobe Account (optional) (dummy account recommended) * Adobe Account (optional) (dummy account recommended)
3. Python v3.x.x Installed with pip (not required for normal users) * InternetArchive Account (optional)
* Python v3.x.x Installed with pip (not required for normal users)
--- ---
## Usage ## Usage
``` ```
usage: DeGourou.xxx [-h] [-l] [-o OUTPUT] [file] usage: DeGourou.py [-h] [-f [F]] [-u [U]] [-t [T]] [-o [O]] [-la] [-li] [-e [E]] [-p [P]] [-lo]
Download and Decrypt an encrypted PDF or EPUB file. It uses Dummy account for ADE, you can overide using --login Download and Decrypt an encrypted PDF or EPUB file.
positional arguments:
file Path to the ACSM file
optional arguments: optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
-l, --login Login to your ADE account. (optional) -f [F] path to the ACSM file
-o OUTPUT Output file name. (optional) -u [U] book url from InternetArchive
-t [T] book file type/format/extension for book url (defaults to PDF)
-o [O] output file name
-la login to your ADE account.
-li login to your InternetArchive.
-e [E] email/username
-p [P] password
-lo logout from all
``` ```
--- ---
@ -69,10 +74,10 @@ python DeGourou.py
This project is based on the following projects: This project is based on the following projects:
1. [DeDrm Tools for eBooks](https://github.com/apprenticeharper/DeDRM_tools), by Apprentice Harper et al. * [DeDrm Tools for eBooks](https://github.com/apprenticeharper/DeDRM_tools), by Apprentice Harper et al.
2. [Standalone Version of DeDrm Tools](https://github.com/noDRM/DeDRM_tools), by noDRM * [Standalone Version of DeDrm Tools](https://github.com/noDRM/DeDRM_tools), by noDRM
3. [libgourou - a free implementation of Adobe's ADEPT protocol](https://indefero.soutade.fr//p/libgourou/), by Grégory Soutadé * [libgourou - a free implementation of Adobe's ADEPT protocol](https://indefero.soutade.fr//p/libgourou/), by Grégory Soutadé
4. [Calibre ACSM Input plugin](https://github.com/Leseratte10/acsm-calibre-plugin), by Leseratte10 * [Calibre ACSM Input plugin](https://github.com/Leseratte10/acsm-calibre-plugin), by Leseratte10
--- ---