Skip to content

Commit

Permalink
setting
Browse files Browse the repository at this point in the history
  • Loading branch information
godfather1103 committed Aug 24, 2015
1 parent 36ac87e commit 7ca2120
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# WeiboRobot
####微博机器人,用于自动发微博和回复评论
本程序需要在config目录下创建一个myConfig.py文件
文件内容格式可以参照myConfig-init.py
填完信息后windows下双击startup.bat就可以启动,
如果安装了Python,执行python robot.py也可以启动
本程序需要在config目录下创建一个myConfig.py文件<br/>
文件内容格式可以参照myConfig-init.py<br/>
填完信息后windows下双击startup.bat就可以启动,<br/>
如果安装了Python,执行python robot.py也可以启动<br/>
在res文件夹下设置发布的微博内容(greet.txt),回复评论的内容(comment.txt)和图片(image文件夹下)


##引用的第三方模块(本程序中已包含)
1、[微博的Python SDK](http://github.liaoxuefeng.com/sinaweibopy/)
1、[微博的Python SDK](http://github.liaoxuefeng.com/sinaweibopy/)<br/>
2、python的RSA模块


###最后说几句
本程序并非原创,是在[QRobot](https://github.com/GinSmile/QRobot)的基础上修改而成<br/>



0 comments on commit 7ca2120

Please sign in to comment.