@@ -9,6 +9,7 @@ This tool can parse and dump WeChat chat history on a rooted android phone.
|
||||
+ python-PIL
|
||||
+ [PyQuery](https://pypi.python.org/pypi/pyquery/1.2.1)
|
||||
+ [pysox](https://pypi.python.org/pypi/pysox/0.3.6.alpha)
|
||||
+ [dill](https://pypi.python.org/pypi/dill)
|
||||
+ python-csscompressor(optional)
|
||||
+ adb and rooted android phone connected to PC
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ import glob
|
||||
import os
|
||||
import re
|
||||
# TODO: perhaps we don't need to introduce PIL and numpy. libjpeg might be enough
|
||||
import Image
|
||||
from PIL import Image
|
||||
import cStringIO
|
||||
import base64
|
||||
import logging
|
||||
|
||||
Reference in New Issue
Block a user