Files
gitlab-instance-0a899031_xmitm/requirements.txt
2026-01-05 03:34:09 -06:00

13 lines
397 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Twitter/X 自动发帖项目依赖
tweepy>=4.14.0
schedule>=1.2.2
python-dotenv>=1.0.1
# 可选:如果需要更高级的日志或重试机制
requests>=2.32.3
requests-oauthlib>=2.0.0
# 如果你未来想添加真实翻译功能(例如使用 Google Translate 非官方 API
# googletrans==4.0.0-rc1 # 注意:非官方,易被封
# 如果需要更强大的日志记录
# loguru>=0.7.2