mirror of
https://gitea.com/bipinkrish/DeGourou.git
synced 2024-11-17 08:00:21 +00:00
added Disclaimer
This commit is contained in:
parent
b921f988e1
commit
026855758a
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -12,6 +12,12 @@ _Automate the process of getting decrypted ebook from [InternetArchive](https://
|
|||
|
||||
---
|
||||
|
||||
## Disclaimer
|
||||
|
||||
This tool is intended for educational purposes only. Its primary aim is to assist users in understanding certain concepts and techniques. I, as the creator of this tool, do not endorse, encourage, or support any illegal activities, including piracy, copyright infringement, or unauthorized distribution of copyrighted materials. The tool should be used responsibly and in compliance with all applicable laws and regulations. Users are solely responsible for any actions they take using this tool, and I disclaim any liability or responsibility for such actions. Please respect intellectual property rights and use this tool responsibly and for legitimate purposes only.
|
||||
|
||||
---
|
||||
|
||||
## Things you need
|
||||
|
||||
* ACSM file from the book page you borrowded from Internet Archive
|
||||
|
@ -48,10 +54,10 @@ optional arguments:
|
|||
*By default 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://gitlab.com/bipinkrish/DeGourou/-/releases)
|
||||
1. Download binary file according to your operating system from [Releases Section](https://github.com/bipinkrish/DeGourou/releases)
|
||||
2. Run the binary according to operating system
|
||||
|
||||
A. Windows user's can just open Command Prompt and use based on the [USAGE](#usage)
|
||||
A. Windows user's can just open Command Prompt and use based on the [USAGE](https://github.com/bipinkrish/DeGourou#usage)
|
||||
|
||||
B. Linux user's need to change the file permission and then can run
|
||||
|
||||
|
@ -76,7 +82,7 @@ optional arguments:
|
|||
|
||||
|
||||
```
|
||||
git clone https://gitlab.com/bipinkrish/DeGourou.git
|
||||
git clone https://github.com/bipinkrish/DeGourou.git
|
||||
cd DeGourou
|
||||
pip install -r requirements.txt
|
||||
python DeGourou.py
|
||||
|
|
Loading…
Reference in a new issue