Skip to content

Commit

Permalink
Add Disclaimer & LICENSE Section
Browse files Browse the repository at this point in the history
  • Loading branch information
SupianIDz committed Jan 30, 2023
1 parent aa7d657 commit 20ab535
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,43 @@
# Hentai Downloader
# Hentai Cosplay Downloader

## Requirements
This makes it easier for you to download files from [hentai-cosplays.com](https://hentai-cosplays.com/) without having to do it one by one, and you don't have to remember your
download progress because we will take care of it.

- SQLite3
- PHP 8.1 with curl, sqlite3, and mbstring extensions
> **Warning**
>
> This package may contain pornographic content, by using this package you agree that we and the [contributors](https://github.com/SupianIDz/HentaiCosplay/graphs/contributors) will not be responsible for any problems caused by this application.
## Installation

Please make sure you have the following requirements installed below:

- SQLite3
- PHP 8.1 with curl, sqlite3, and mbstring extensions

Download the latest release from the [releases page](https://github.com/SupianIDz/HentaiCosplay/releases).

## Usage

First you need to initialize the database by running the following command.

```bash
php hentai
php hentai app:init
```

<img src="examples/1.png" alt="">

### Crawl URLs

First, you need to crawl the URLs from the website. You can crawl a single URL using the following command.
You need to crawl the URLs from the website. You can crawl a single URL using the following command.

```bash
php hentai img:crawl https://hentai-cosplays.com/image/coserpingping-misa-amane/
```

<img src="examples/2.png" alt="">

or you can crawl multiple URLs at once using a text file containing the URLs line by line.

```bash
php hentai img:crawl source.txt
php hentai img:crawl ./source.txt
```

<img src="examples/3.png" alt="">

### Getting Images

After crawling the URLs, you can download the images using the following command.
Expand All @@ -50,3 +53,12 @@ or you can set the download directory by adding output directory as the second a
```bash
php hentai img:fetch ~/output/
```

## Credits

- [Supian M](https://github.com/SupianIDz)
- [Octopy ID](https://github.com/OctopyID)

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.
Binary file removed examples/1.png
Binary file not shown.
Binary file removed examples/2.png
Binary file not shown.
Binary file removed examples/3.png
Binary file not shown.

0 comments on commit 20ab535

Please sign in to comment.