微博自动发微博脚本

28次阅读

共计 341 个字符,预计需要花费 1 分钟才能阅读完成。

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

效果

正文完
 0