Dummy ADE account and Arguments

This commit is contained in:
bipinkrish
2023-02-24 00:12:15 +05:30
parent b2759bc182
commit a89c55ce39
10 changed files with 141 additions and 49 deletions

View File

@@ -6,16 +6,15 @@
## Things you need
1. Adobe Account (dummy account recommended)
2. Internet Archive Account
3. ACSM file from the book page you borrowded from Internet Archive
4. Python v3.x.x Installed with pip (not required for normal users)
1. ACSM file from the book page you borrowded from Internet Archive
2. Adobe Account (optional) (dummy account recommended)
3. Python v3.x.x Installed with pip (not required for normal users)
---
## Guide
*It only asks for login the first time if no files are misssing, so do not delete any files that are not books*
*It uses dummy account for ADE, you can also use your own account*
### For Normal Users
1. Download binary file according to your operating system from [Releases Section](https://github.com/bipinkrish/DeGourou/releases)
@@ -36,7 +35,7 @@
1. Clone the repositary or Download zip file and extract it
2. Install requirements using pip
3. Run "DeGourou" file
3. Run "DeGourou.py" file
```
@@ -48,6 +47,23 @@ python DeGourou.py
---
## Usage
```
usage: DeGourou [-h] [-l] [file]
Download and Decrypt an encrypted PDF or EPUB file. It uses Dummy account for ADE, you can overide using --login
positional arguments:
file Path to the ACSM file
optional arguments:
-h, --help show this help message and exit
-l, --login Login to your ADE account. (optional)
```
---
## Credits
This project is highly inspired from these projects, thanks to them