1.1 KiB
1.1 KiB
pibooth-telegram-upload
pibooth-telegram-upload
is a plugin for the pibooth application.
Install
$ pip3 install pibooth-telegram-upload
Configuration
Below are the new configuration options available in the pibooth configuration. The keys and their default values are automatically added to your configuration after first pibooth restart.
[Telegram]
# Telegram bot token
telegram_token =
# Chat/Channel id
telegram_chat_id =
# Message to show when sending the picture
telegram_message =
Note
Edit the configuration by running the command pibooth --config
.