feat: 清理隐私,环境变量配置

This commit is contained in:
mango
2026-02-23 08:34:21 +08:00
commit 8b185c799a
10 changed files with 739 additions and 0 deletions

5
start.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd /opt/tg-user-monitor
source .env
export TG_API_ID TG_API_HASH TG_BOT_TOKEN TG_USER_SESSION_STRING
python3 main.py