Files
tg-user-monitor/start.sh

6 lines
129 B
Bash
Raw Normal View History

#!/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