Skip to content

CAR file decoder

Compare
Choose a tag to compare
@ioriayane ioriayane released this 11 May 05:43
· 552 commits to main since this release
41b34d7

概要 / Overview

CARファイルをJSONに変換するサンプル実装です。
Blueskyの設定ファイルからダウンロードできる下記のファイルで動作確認しています。
ファイル : com.atproto.sync.getRepo

This is a sample implementation of converting a CAR file to JSON.
The following file, which can be downloaded from Bluesky's configuration file, is used to verify the operation.
Filename : com.atproto.sync.getRepo

使い方

>decodecar.exe path\to\com.atproto.sync.getRepo > car.json

ソースコード / Source code

https://github.com/ioriayane/Hagoromo/tree/main/tools/decodecar