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をキーに、アイドルデータ形式のオブジェクトを取得できます。

"3521902": {"id": "3521902", "hash": "8eff69e4d99a16ba0ab8d8808b1dcfce", "name": "[ハツラツお嬢様・S]龍崎薫+", "idol_id": 137, "prev_id": "3421901", "prev_hash": "16879ab349989f30795c5a4aaf1f5b24", "id_family": ["3421901", "3521902"], "hash_family": ["16879ab349989f30795c5a4aaf1f5b24", "8eff69e4d99a16ba0ab8d8808b1dcfce"], "id_sibling": ["3321802", "3421801", "3521802"], "hash_sibling": ["eb7c81a65fd7e6298c860ee07e8d3d97", "7ac839de7d770abf38f7c1980d26faaa", "344f0b05bd380ef7190f06c0bc636968"]}

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": "龍崎薫"
idol_id アイドルID "idol_id": 137
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"]
id_sibling   関連するID(I.C、スマイルなど)の配列 "id_sibling": ["3421801", "3521802", "3421901", "3521902"]              
hash_sibling 関連するハッシュの配列 "hash_sibling": ["7ac839de7d770abf38f7c1980d26faaa", "344f0b05bd380ef7190f06c0bc636968", "16879ab349989f30795c5a4aaf1f5b24", "8eff69e4d99a16ba0ab8d8808b1dcfce"]

imas_cg_hash's People

Contributors

isaisstillalive avatar naturalhokke avatar sheile 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.