Leo X-Post
Overview
这个技能帮Leo快速发X帖,简单高效。核心是post_to_x.py脚本,用tweepy库调用API。
Workflow
- 认证:用references/auth.md的指南设置API密钥。
- 发帖:运行scripts/post_to_x.py --text "你的消息" --image "可选图片路径"。
- 错误处理:见references/errors.md。
Resources
scripts/
references/
- auth.md:认证步骤。
- errors.md:常见错误处理。