Skip to content

tdakkota/gnhentai

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2025
Feb 26, 2025
Feb 25, 2025
Feb 26, 2025
Mar 13, 2025
Feb 26, 2025
Mar 17, 2020
Feb 21, 2025
Mar 17, 2020
Feb 25, 2025
Feb 26, 2025
Feb 26, 2025
Feb 26, 2025
Feb 25, 2025
Mar 13, 2025
Mar 13, 2025

Repository files navigation

gnhentai

gnhentai — nhentai.net parser for Go.


Getting Started

This library is packaged using Go modules. You can get it via:

go get github.com/tdakkota/gnhentai

There are two implementations of gnhentai.Client:

  • gnhentai.API which uses ogen-generated nhentai.net API
  • parser.Parser which scrapes nhentai.net web pages

I recommend you to use API version, it is more stable and returns more data.

Example

Related