1
0

Compare commits

..

No commits in common. "8d1232d48df26c93242fafc6482096e616b4e319" and "1406b0666dc5667b3603bf83f649df186b3233a8" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -4,9 +4,7 @@
# Markdown Message Conversion # Markdown Message Conversion.
![Test program/library](https://gitfub.space/Jmaa/libpurple-to-markdown/actions/workflows/python-test.yml/badge.svg)
Conversion script from various messaging formats to markdown. Conversion script from various messaging formats to markdown.
@ -71,6 +69,7 @@ python -m libpurple_to_markdown LOG_DIRECTORY --output OUTPUT_FOLDER --skip-this
- [ ] SyncTech: Decode MMS parts and reconstruct image attachments. - [ ] SyncTech: Decode MMS parts and reconstruct image attachments.
## Dependencies ## Dependencies
All requirements can be installed easily using: All requirements can be installed easily using:

View File

@ -1 +1 @@
__version__ = '0.1.7' __version__ = '0.1.6'