forked from liuwons/wxBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2. Unescape user name. 3. Extract @ infos of text messages in group chat.
- Loading branch information
Showing
5 changed files
with
239 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,3 +68,4 @@ target/ | |
qr.png | ||
/*.jpg | ||
*.ini | ||
*.un~ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Change Log | ||
|
||
|
||
# V0.1 | ||
|
||
时间: 2016-06-05 | ||
|
||
初始版本。 | ||
|
||
***wxbot.py*** 已经实现了基本的群聊、单聊接口。 | ||
|
||
***test.py*** 实现了一个功能最基础的机器人,对所有好友的文本消息回复 *hi* ,并不断向好友 *tb* 发送 *schedule* 。 | ||
|
||
***bot.py*** 利用 ***wxBot*** 和 ***图灵机器人*** 实现了一个群聊机器人。对好友以及群聊中@自己的消息进行回复。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.