文件名称:vtb-tweet-cqbot
文件大小:9KB
文件格式:ZIP
更新时间:2024-03-10 02:26:15
Python
vtb-tweet-cqbot 简单易用的转推机器人 功能 监控目标推特,纳入内容转发至QQ群 支持多用户,多机器人账号 使用 1.克隆本项目 2.安装依赖库 pip install -r requirements.txt 3.配置 将config_example.json更名为config.json 配置范例如下 { "EnableProxy" : false , // 是否启用代理 "Proxy" : "127.0.0.1:10800" , // HTTP代理服务器 "CheckSec" : 30 , // 监测间隔 "Twitter_API_KEY" : "" , // Twitter API密钥 "Target" : [ { "Twitter_UserID" : 1200357161747939328 , // 目标Twitter用户ID
【文件预览】:
vtb-tweet-cqbot-master
----tweet.py(2KB)
----main.py(789B)
----LICENSE(7KB)
----requirements.txt(118B)
----.gitignore(3KB)
----config.py(382B)
----README.md(1KB)
----sender.py(2KB)
----config_example.json(405B)