Skip to content

A cross-platform nhentai downloader written in C#.

License

Notifications You must be signed in to change notification settings

fumiichan/asuka

Repository files navigation

The Banner

Maintenance Codacy Badge Age Rating MIT license

Cross-platform nhentai downloader on Console.

Requirements

  • .NET 7.0 Runtime

  • For supported platforms check here*.

    • Releases supports x64 Operating Systems only. You cannot use this on x86 or ARM. Check Compiling from Source section for compiling builds for these platforms.

Usage

Getting Started

Compiling from Source

What do I need

Compiling

To compile, simply use your Terminal of your choice and navigate towards the asuka's source root.

  1. dotnet restore to restore the packages.

  2. dotnet build to build.

    You can use --configuration to specify the configuration to use. Available configurations are Debug and Release. For more information, check the dotnet build documentation.

You'll see the built packages on bin\Debug\net6.0 or bin\Release\net6.0 depending on the build configuration you used.

License

This project is licensed under MIT license. For more information about the license, read the LICENSE file. It's short I promise.