# .hf_space title: Telegram Summary Bot emoji: 🤖 colorFrom: blue colorTo: green sdk: docker # Specify we are using a Dockerfile # sdk_version: # Not needed for docker app_file: main.py # Reference the main file (though CMD in Dockerfile takes precedence) # app_port: 7860 # Port is defined in Dockerfile EXPOSE and CMD # Add secrets needed by the Space (these will be environment variables) secrets: - TELEGRAM_TOKEN # Add ONLY the keys you actually have secrets for: - OPENROUTER_API_KEY - URLTOTEXT_API_KEY - SUPADATA_API_KEY - APIFY_API_TOKEN