#!/bin/bash # Start the web server (app.py) in the background echo "Starting web server to keep Space alive..." python app.py & # Start the Telegram bot (main.py) in the foreground echo "Starting Telegram bot..." python main.py