fmab777's picture
Add bot application files and Dockerfile
3effada verified
raw
history blame
576 Bytes
# .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