From 7ca2120612b252cc4cf8c9cf427dd622af4be5e2 Mon Sep 17 00:00:00 2001 From: godfather1103 Date: Mon, 24 Aug 2015 17:58:50 +0800 Subject: [PATCH] setting --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 520cecf..1c93d87 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ # WeiboRobot ####微博机器人,用于自动发微博和回复评论 -本程序需要在config目录下创建一个myConfig.py文件 -文件内容格式可以参照myConfig-init.py -填完信息后windows下双击startup.bat就可以启动, -如果安装了Python,执行python robot.py也可以启动 +本程序需要在config目录下创建一个myConfig.py文件
+文件内容格式可以参照myConfig-init.py
+填完信息后windows下双击startup.bat就可以启动,
+如果安装了Python,执行python robot.py也可以启动
+在res文件夹下设置发布的微博内容(greet.txt),回复评论的内容(comment.txt)和图片(image文件夹下) ##引用的第三方模块(本程序中已包含) -1、[微博的Python SDK](http://github.liaoxuefeng.com/sinaweibopy/) +1、[微博的Python SDK](http://github.liaoxuefeng.com/sinaweibopy/)
2、python的RSA模块 + +###最后说几句 +本程序并非原创,是在[QRobot](https://github.com/GinSmile/QRobot)的基础上修改而成
+ + +