update
This commit is contained in:
@@ -61,10 +61,14 @@ Also, if the decryption doesn't work with pysqlcipher, maybe try the version of
|
||||
+ This takes a __long__ time.
|
||||
|
||||
#### Run:
|
||||
+ Parse and dump text messages of __every__ contact (resource directory is not needed to run this):
|
||||
+ Parse and dump text messages of __every__ chat (resource directory is not needed to run this):
|
||||
```
|
||||
./dump-msg.py decrypted.db output_dir
|
||||
```
|
||||
+ List all chats:
|
||||
```
|
||||
./list-chats.py decrypted.db
|
||||
```
|
||||
+ Generate statistical report on text messages:
|
||||
```
|
||||
./count-message.sh output_dir
|
||||
|
||||
@@ -9,6 +9,7 @@ then
|
||||
echo "Usage: $0 [Directory of text messages]"
|
||||
exit 1
|
||||
fi
|
||||
# TODO work on db directly
|
||||
|
||||
echo -e "Filename\tCounts of message\tCounts of chars\tCounts of words"
|
||||
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../compatibility.sh
|
||||
Reference in New Issue
Block a user