This commit is contained in:
Yuxin Wu
2016-02-08 10:38:38 -05:00
parent 90f2b47ca5
commit 2d928222c6
3 changed files with 7 additions and 1 deletions
+5 -1
View File
@@ -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
+1
View File
@@ -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"
+1
View File
@@ -0,0 +1 @@
../compatibility.sh