1
0
mirror of https://github.com/aNNiMON/ffmpegbot synced 2024-09-19 22:54:20 +03:00
ffmpegbot/ffmpegbot.yaml.template

13 lines
423 B
Plaintext
Raw Normal View History

2023-01-10 16:55:02 +02:00
# Telegram bot token and bot username
botToken: 1234567890:AAAABBBBCCCCDDDDEEEEFF-GGGGHHHHIIII
botUsername: yourbotname
# Telegram API app_id / app_hash (see https://core.telegram.org/api/obtaining_api_id)
appId: 12345
appHash: abc123def456
# Path to Telegram API file downloader script
downloaderScript: pytgfile.py
# Superusers can execute /run command
superUsers: [12345]
2023-01-10 16:55:02 +02:00
# Allowed user ids
allowedUsers: [12346, 12347]