https://github.com/mebus/threematohtml
converts a Threema Backup to HTML files
https://github.com/mebus/threematohtml
Last synced: 4 months ago
JSON representation
converts a Threema Backup to HTML files
- Host: GitHub
- URL: https://github.com/mebus/threematohtml
- Owner: Mebus
- License: mit
- Created: 2019-03-12T12:31:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T12:40:56.000Z (over 7 years ago)
- Last Synced: 2026-03-31T16:48:53.243Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ThreemaToHtml
__NEVER__ leave your private key on a public computer. Keep it __private__!
## About
This tool can be used to convert a Threema Backup "threema.db" database into human readable HTML files.
## Requirements
* Python 3
* Decrypted database file, can be generated with [threema-decrypt](https://github.com/wilzbach/threema-decrypt)
* [sqlcipher](https://www.zetetic.net/sqlcipher/) is required to decrypt the database
## Usage
* Copy the config.json.example file to config.json and insert your private key.
* Run:
```
./convert.py threema.db
```
* Find the files "contacts.html" and "groups.html" in the ./html/ folder.
## License
see ./LICENSE.md
## Author
Mebus, mebus.inbox@mail.ru