emoji -> smiley

This commit is contained in:
ppwwyyxx
2014-12-20 17:55:46 +08:00
parent acbd81e5fa
commit e970fa2fb5
290 changed files with 388 additions and 385 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python2
# -*- coding: UTF-8 -*-
# File: parser.py
# Date: Wed Dec 17 23:04:54 2014 +0800
# Date: Sat Dec 20 15:58:16 2014 +0800
# Author: Yuxin Wu <[email protected]>
import sqlite3
@@ -30,6 +30,7 @@ class WeChatDBParser(object):
self.cc = self.db_conn.cursor()
self.contacts = {}
self.msgs_by_talker = defaultdict(list)
self.parse()
def _parse_contact(self):
contacts = self.cc.execute(