Skip to content

NGB-Was-Taken/Mihon-Backup-Viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.4%
  • CSS 22.9%
  • HTML 9.4%
  • Batchfile 3.3%