Giter Club home page Giter Club logo

characterdb's Introduction

角色信息数据库

下载

Releases

数据结构

{
    "id": "bangumi的角色id(可以通过https://bgm.tv/character/角色id 访问角色页面)",
    "zh": ["角色中文名"],
    "jp": ["角色日文名"],
    "en": ["角色英文名"],
    "kana": ["角色日文假名"],
    "gender": "性别",
    "subjects": [
        {"id": "角色出演的作品id",
         "name": "作品名称",
         "zh_name": "作品中文名",
         "type": "作品类型(1:书籍 2: 动画 3:音乐 4: 游戏)",
         "role_type": "角色扮演类型(1: 主要角色 2: 配角 3: 客串)",
        }
    ],
    "info": {
        "id": "VNDB角色id(可以通过https://vndb.org/角色id 访问角色页面)",
        "bloodt": "血型",
        "cup_size": "罩杯",
        "main": "角色主体的id",
        "bust": "胸围",
        "waist": "腰围",
        "s_hip": "臀围",
        "b_month": "生日月份",
        "b_day": "生日日期",
        "height": "身高",
        "weight": "体重",
        "age": "年龄",
        "subjects": ["角色出演的作品名称(vndb)"],
        "traits": {"角色特征"}
    },
    "tags": ["角色标签(从维基百科与bangumi分析得到,可能有错误)"]
}

数据来源

bangumi
VNDB
维基百科

请遵循数据来源的许可协议:
bangumi
VNDB
维基百科

characterdb's People

Contributors

chenmozhijin avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.