Skip to content

tdakkota/gnhentai

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