chore: initial commit

This commit is contained in:
你的用户名
2025-11-01 21:58:31 +08:00
commit 0406b5664f
101 changed files with 20458 additions and 0 deletions

13
start_bot.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
source ~/.bashrc
export ALL_PROXY=socks5://127.0.0.1:1080
export ANTHROPIC_API_KEY="$ANTHROPIC_AUTH_TOKEN"
echo "环境变量检查:"
echo "ANTHROPIC_AUTH_TOKEN: ${ANTHROPIC_AUTH_TOKEN:0:20}..."
echo "ANTHROPIC_BASE_URL: $ANTHROPIC_BASE_URL"
echo "ANTHROPIC_API_KEY: ${ANTHROPIC_API_KEY:0:20}..."
echo "ALL_PROXY: $ALL_PROXY"
echo ""
python3 integrated_bot_ai.py 2>&1 | tee bot_running.log