Skip to content

realhellosunsun/ehdb

 
 

Repository files navigation

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

Usage

For some reason I CAN NOT provide a live version, please run it yourself

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.3%
  • CSS 5.3%
  • HTML 5.1%
  • Dockerfile 0.3%