Metadata-Version: 2.1
Name: pibooth-telegram-upload
Version: 1.0.2
Summary: pibooth plugin for uploading pictures to Telegram
Home-page: https://github.com/sabatesduran/pibooth-telegram-upload
Author: Dídac Sabatés
Author-email: sabatesduran@gmail.com
License: GPLv3
Download-URL: https://github.com/sabatesduran/pibooth-telegram-upload/archive/1.0.2.tar.gz
Keywords: Raspberry Pi,camera,photobooth,telegram,chat,bot,channel
Platform: unix
Platform: linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Natural Language :: English
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Digital Camera
Requires-Python: >=3.6
Description-Content-Type: text/markdown

pibooth-telegram-upload
=================

[![Python 3.6+](https://img.shields.io/badge/python-3.6+-red.svg)](https://www.python.org/downloads)
[![PyPi package](https://badge.fury.io/py/pibooth-telegram-upload.svg)](https://pypi.org/project/pibooth-telegram-upload)
[![PyPi downloads](https://img.shields.io/pypi/dm/pibooth-telegram-upload?color=purple)](https://pypi.org/project/pibooth-telegram-upload)

`pibooth-telegram-upload` is a plugin for the [pibooth](https://pypi.org/project/pibooth) application.

Install
-------

    $ pip3 install pibooth-telegram-upload

Configuration
-------------

Below are the new configuration options available in the [pibooth](https://pypi.org/project/pibooth) configuration. **The keys and their default values are automatically added to your configuration after first** [pibooth](https://pypi.org/project/pibooth) **restart.**

``` {.ini}
[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`.


