added Disclaimer

This commit is contained in:
bipinkrish 2023-07-23 05:15:25 +00:00
parent b921f988e1
commit 026855758a

View file

@ -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 ## Things you need
* ACSM file from the book page you borrowded from Internet Archive * 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* *By default it uses dummy account for ADE, you can also use your own account*
### For Normal Users ### 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 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 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 cd DeGourou
pip install -r requirements.txt pip install -r requirements.txt
python DeGourou.py python DeGourou.py