https://github.com/sam-k0/archivistgo
Download nhentai and bunkr albums with ease.
https://github.com/sam-k0/archivistgo
bunkr bunkr-downloader hentai-downloader nhentai
Last synced: about 1 month ago
JSON representation
Download nhentai and bunkr albums with ease.
- Host: GitHub
- URL: https://github.com/sam-k0/archivistgo
- Owner: sam-k0
- Created: 2024-09-17T12:47:40.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-28T10:41:45.000Z (7 months ago)
- Last Synced: 2025-01-21T17:32:02.569Z (3 months ago)
- Topics: bunkr, bunkr-downloader, hentai-downloader, nhentai
- Language: Go
- Homepage:
- Size: 6.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# archivist go
[](https://github.com/sam-k0/archivistgo/actions/workflows/go.yml)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.
```sh
./archivistgo
```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.txt`and `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.
```sh
./archivistgo
```## Build
```sh
go build
```## Dependencies
- github.com/signintech/gopdf
- github.com/anaskhan96/soup