Init
This commit is contained in:
commit
7422250c21
5 changed files with 237 additions and 0 deletions
36
README.md
Normal file
36
README.md
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
pibooth-telegram-upload
|
||||
=================
|
||||
|
||||
[](https://www.python.org/downloads)
|
||||
[](https://pypi.org/project/pibooth-telegram-upload)
|
||||
[](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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue