ytdlbot/.env.example

64 lines
1.2 KiB
Text
Raw Normal View History

# Example .env file for ytdlbot configuration
# Number of workers (default is 100)
WORKERS=100
# Telegram app ID
APP_ID=
# Telegram app hash
APP_HASH=
# Telegram bot token
BOT_TOKEN=
2025-01-27 01:57:43 +08:00
# Owner ID, comma-separated
OWNER=
2025-01-27 01:57:43 +08:00
# List of authorized users, comma-separated
AUTHORIZED_USER=
# Database connection address, i.e. mysql+pymysql://user:pass@mysql/dbname
DB_DSN=mysql+pymysql://ytdlbot:your_password@mysql/ytdlbot
2025-01-27 01:57:43 +08:00
# Redis host, leave it empty to use fakeredis
REDIS_HOST=redis
# Enable FFMPEG for video processing (True/False)
ENABLE_FFMPEG=False
2025-01-27 01:57:43 +08:00
# Desired audio format (e.g., mp3, wav), leave it empty to use m4a
AUDIO_FORMAT=
# Enable Aria2 for downloads (True/False)
ENABLE_ARIA2=False
# Path to Rclone executable
RCLONE_PATH=
# Enable VIP features (True/False)
ENABLE_VIP=False
2025-01-27 01:57:43 +08:00
# Payment provider token from Bot Father
PROVIDER_TOKEN=
# Free downloads allowed per user
FREE_DOWNLOAD=5
# Rate limit for requests
RATE_LIMIT=120
# Path for temporary files (ensure the directory exists and is writable)
TMPFILE_PATH=
# Maximum size for Telegram uploads in MB
TG_NORMAL_MAX_SIZE=2000
# Maximum URL length in captions
CAPTION_URL_LENGTH_LIMIT=150
2025-01-16 14:30:42 +08:00
# potoken 'https://github.com/yt-dlp/yt-dlp/wiki/PO-Token-Guide'
2025-01-19 00:10:23 +08:00
POTOKEN=11
BROWSERS=firefox