微博自动发微博脚本

git仓库地址:https://github.com/MasakiOvO/weibo-create-new-post

weibo-create-new-post

使用 selenium 写成的 自动发微博脚本

安装依赖

需要在国内服务器上运行脚本

pip install -r requirements.txt

配置

cp config/user.config.example config/user.config

修改config/user.config内的参数

启动脚本

python index.py

微博内容设置

在config/message.txt 默认设置的是一些土味情话。

设置定时任务

我设置的是每天8点发一条微博

00 08 * * * python3 /www/weibo-auto-new-post/index.py

效果

微博自动发微博脚本_第1张图片

你可能感兴趣的:(python3.x,selenium,自动化)