-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36ac87e
commit 7ca2120
Showing
1 changed file
with
12 additions
and
5 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 |
---|---|---|
@@ -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/> | ||
|
||
|
||
|