This is a tool to explore your Tachiyomi Backup once its been decoded using the TACHIBK to JSON Converter created by BrutuZ
pip install -r requirements.txt
- On Windows: Copy the "protoc.exe" to the same folder as "tachibk-converter.py"
- Open the folder in CMD
- Execute the command, replacing the input filename with the name of your backup
python tachibk-converter.py --input backup.tachibk --output data.json
- Clone this repo
- Launch index.html with your favourite browser
- If it does not load its probably because of CORS Policy so you can open launch.bat to create a quick python web server.
- Upload your own JSON or use the demo data provided
or
- Navigate to https://tachibk.netlify.app/
- Upload your own JSON or use the demo data provided
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.
rintohsaka9999