Install
openclaw skills install douyin-auto-replyClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
抖音自动回复助手 - 自动回复抖音评论、发送引荐码、引导私信。使用 DouyinBot API 实现评论监控、智能回复和私信引流。适用于抖音创作者、电商卖家、知识付费从业者。
openclaw skills install douyin-auto-reply自动化抖音评论管理和私信引流工具。
在 config.json 中设置你的抖音账号和 API 信息:
{
"douyin_cookie": "your_session_cookie",
"keywords": {
"怎么买": "添加微信:xxx 领取优惠",
"价格": "私信我获取专属优惠",
"链接": "已私信发送链接"
},
"reply_delay": 30,
"daily_limit": 100
}
python scripts/douyin_bot.py start
python scripts/douyin_bot.py status
scripts/douyin_bot.py - 主程序,负责评论监控和自动回复scripts/config_manager.py - 配置管理工具scripts/analytics.py - 数据统计和分析config.json - 主配置文件keywords.json - 关键词回复规则(可选独立配置)详见 references/api_docs.md - 抖音开放平台 API 文档和调用示例
详见 references/troubleshooting.md - 常见问题和解决方案