1
0
Fork 0
mirror of https://gitlab.com/oloturia/fumcaso.git synced 2025-01-08 22:47:17 +01:00

Merge branch 'master' of github.com:oloturia/fumcaso

This commit is contained in:
oloturia 2022-10-15 12:32:13 +02:00
commit 181828552f

View file

@ -31,10 +31,10 @@ telegram_main.py:
$ pip3 install python-telegram-bot $ pip3 install python-telegram-bot
Configuration file is a JSON with this tree: Configuration is JSON file. This is an example:
{ {
defaultProfile: name of the profile used if not specified defaultProfile: name of the profile used if not specified
"profile name" :{ name of the profile "profile name" :{ name of the profile
saveLocation: location for temporary files saveLocation: location for temporary files
filename: default filename used by function createStrip, if not specified (not used in any of the scripts, at the moment) filename: default filename used by function createStrip, if not specified (not used in any of the scripts, at the moment)