Skip to content

sam-k0/archivistgo

Repository files navigation

archivist go

Go

nhentai.net and bunkr.ru downloader and pdf compiler.

Usage

For the single album mode, pass an nhentaiID or bunkr-album link as an argument.

./archivistgo <id/bunkrlink>

In case of an nhentai ID, the program will download the album and compile it into a pdf. In case of a bunkr link, the program will download the album's images and videos.

For the batch mode, populate the files hentainumbers.txtand bunkrlinks.txt with the respective IDs and links and then run the progam without any arguments.

  • For bunkr links, please add the album link, and not the direct link to the image or videos.
./archivistgo

Build

go build

Dependencies

  • github.com/signintech/gopdf
  • github.com/anaskhan96/soup