Upload images to telegram for Pibooth
Go to file
Astra 61ab083105 Bump version 2024-09-03 18:31:12 +01:00
.github/workflows update 2022-06-13 20:14:53 +02:00
.gitignore Init 2022-06-06 21:22:17 +02:00
README.md Init 2022-06-06 21:22:17 +02:00
pibooth_telegram_upload.py Bump version 2024-09-03 18:31:12 +01:00
setup.py Add support for threads 2024-09-03 18:28:08 +01:00

README.md

pibooth-telegram-upload

Python 3.6+ PyPi package PyPi downloads

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.