TweetBinder 是一款强大的工具,可用于创建推特报告、查询报告状态等。本指南将详细介绍其安装、使用方法及相关注意事项。
要使用 TweetBinder,您需要完成安装步骤并进行环境配置,之后就能使用其提供的各种功能。
# 安装项目依赖
npm install tweetbinder --save
# 配置环境变量
export TB_API_KEY=your_api_key
export TB_API_SECRET=your_api_secret
node index.js
# 创建基础报告
tweetbinder create-report --query "#apple OR #iphone" --lang en
# 创建包含高级分析的报告
tweetbinder create-report --query "@apple" --include_metrics sentiment,engagement
tweetbinder check-status --id report_12345
tweetbinder get-stats --id report_67890
tweetbinder account-balance
tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
Get-Content -Path "$env:AppData\Claude\Logs\mcp*.log" -Wait -Tail 20
⚠️ 重要提示
请妥善保管您的 API 凭证,避免泄露。
💡 使用建议
使用环境变量来管理敏感信息。
注: 如需进一步帮助,请参考完整的项目文档或联系技术支持。