Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.47 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.47 KB

Mihon Backup Viewer

This is a tool to explore your Tachiyomi Backup once its been decoded using the TACHIBK to JSON Converter created by BrutuZ

Usage - TACHIBK to JSON Converter

  1. Install Python 3.7+
  2. Clone the Repo
  3. Download ProtoC
  4. Install Depencencies
pip install -r requirements.txt
  1. On Windows: Copy the "protoc.exe" to the same folder as "tachibk-converter.py"
  2. Open the folder in CMD
  3. Execute the command, replacing the input filename with the name of your backup
python tachibk-converter.py --input backup.tachibk --output data.json

Usage - Mihon Backup Viewer

  1. Clone this repo
  2. Launch index.html with your favourite browser
  3. If it does not load its probably because of CORS Policy so you can open launch.bat to create a quick python web server.
  4. Upload your own JSON or use the demo data provided

or

  1. Navigate to https://tachibk.netlify.app/
  2. Upload your own JSON or use the demo data provided

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Thanks To

NGB-Was-Taken

BrutuZ

rintohsaka9999

Clément Dubreuil