mirror of
https://gitlab.com/oloturia/fumcaso.git
synced 2025-01-07 22:17:18 +01:00
Merge branch 'master' of github.com:oloturia/fumcaso
This commit is contained in:
commit
181828552f
1 changed files with 6 additions and 6 deletions
|
@ -31,10 +31,10 @@ telegram_main.py:
|
|||
|
||||
$ pip3 install python-telegram-bot
|
||||
|
||||
Configuration file is a JSON with this tree:
|
||||
{
|
||||
defaultProfile: name of the profile used if not specified
|
||||
Configuration is JSON file. This is an example:
|
||||
|
||||
{
|
||||
defaultProfile: name of the profile used if not specified
|
||||
"profile name" :{ name of the profile
|
||||
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)
|
||||
|
@ -54,7 +54,7 @@ Configuration file is a JSON with this tree:
|
|||
"text" text for the post on Twitter and Mastodon (optional)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
There are four different csv files:
|
||||
|
||||
|
|
Loading…
Reference in a new issue