Evack000 / ehdb

800K ExHentai gallery's metadata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExHentai gallery metadata
Before you clone,Make sure you have git lfs installed, This repo is about 2GB large

Usage

Website

Requirement: NodeJS
Run npm install && npm start under ./site/server folder, you'll get a running api server
Run npm install && npm start under ./site/web folder, you'll get the website page like this: website

Thumb images

You might want to download all the thumb images just in case ehgt.org will not able to visit

Raw data

Get gdata.json or gdata.pickle for raw data
./site/server/database.sqlite for a sqlite db file, this file was generated from gdata.json, if you're worried about the security issue, you can go with gdata.json

If you having trouble getting those files, you can find a solution at #1

Data structure example

{
    "1452873": {
        "gid": 1452873,
        "token": "270ea074c2",
        "archiver_key": "434484--d3a5cb530202df82b3ecce4e73535ef8ead3bff9",
        "title": "[Jason B. Thompson] 울타르의 고양이 / The Cats of Ulthar",
        "title_jpn": "[Jason B. Thompson]  The Cats of Ulthar",
        "category": "Non-H",
        "thumb": "https://ehgt.org/7c/53/7c535f8e97231875d42ee022c8853dcca533b903-498579-900-1134-jpg_l.jpg",
        "uploader": "hbh3996",
        "posted": "1564136953",
        "filecount": "8",
        "filesize": 3767396,
        "expunged": false,
        "rating": "1.00",
        "torrentcount": "0",
        "tags": [
            "language:korean",
            "parody:cthulhu mythos",
            "comic"
        ]
    }
}

Huge thanks for Sachia Lanlus who provide this gallery meta data

thanks

About

800K ExHentai gallery's metadata

License:The Unlicense


Languages

Language:TypeScript 89.3%Language:CSS 5.3%Language:HTML 5.2%Language:Dockerfile 0.3%