Coder Social home page Coder Social logo

imas_cg_hash's Introduction

#imas_cg_hash

アイドルのアルバムID(以下、ID)と画像ハッシュ(以下、ハッシュ)の相互変換を行うためのJSONファイル群です。

##JSONファイル

###id2hash.json

アイドルのIDからハッシュや特訓前後のID、ハッシュを取得するためのJSONファイルです。

アイドルのIDをキーに、アイドルデータ形式のオブジェクトを取得できます。

####例

"3410001": {"id": "3410001", "hash": "94f468204a314b13c221bc2ff351a15a", "name": "[ちびっこポリス]龍崎薫", "next_id": "3510002", "next_hash": "b7bb5571402b624ffde22149b35d812c", "id_family": ["3410001", "3510002"], "hash_family": ["94f468204a314b13c221bc2ff351a15a", "b7bb5571402b624ffde22149b35d812c"]}

###hash2id.json

アイドルのハッシュからIDや特訓前後のID、ハッシュを取得するためのJSONファイルです。

アイドルのハッシュをキーに、アイドルデータ形式のオブジェクトを取得できます。

####例

"2175109269fe3e11706218748d8a2d9a": {"id": "3502902", "hash": "2175109269fe3e11706218748d8a2d9a", "name": "[サンフラワーイエロー]龍崎薫+", "prev_id": "3402901", "prev_hash": "ae3ba85f888597f52c2744eeac3d9ace", "id_family": ["3402901", "3502902"], "hash_family": ["ae3ba85f888597f52c2744eeac3d9ace", "2175109269fe3e11706218748d8a2d9a"]}

##アイドルデータ形式

キー 意味
id ID "id": "3000401"
hash ハッシュ "hash": "6bd01496d9b00da9563c7e92b6a40257"
name 名前 "name": "龍崎薫"
next_id 特訓後のID(特訓前、10進のみ) "next_id": "3100402"
prev_id 特訓前のID(特訓後、10進のみ) "prev_id": "3100401"
next_hash 特訓後のハッシュ(特訓前、10進のみ) "next_hash": "ce9be94eb3291a7f91c73a7824eb388c"
prev_hash 特訓前のハッシュ(特訓後、10進のみ) "prev_hash": "6bd01496d9b00da9563c7e92b6a40257"
id_family 特訓前後のIDの配列 "id_family": ["3000401", "3100402"]
hash_family 特訓前後のハッシュの配列 "hash_family": ["6bd01496d9b00da9563c7e92b6a40257", "ce9be94eb3291a7f91c73a7824eb388c"]

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.