Update README.md to include python link
This commit is contained in:
parent
c74b819bff
commit
7a16104c96
1 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ Mittweida.*") angepasst werden.
|
|||
|
||||
## Installation
|
||||
### Abhängigkeiten
|
||||
Der Bot läuft mit Python 3. Die benötigten Bibliotheken (*telepot*, *babel* und
|
||||
Der Bot läuft mit [Python 3](https://www.python.org/). Die benötigten Bibliotheken (*telepot*, *babel* und
|
||||
*googletrans*) können (normalerweise, evtl. auch ohne die "3"; ggf anpassen)
|
||||
über folgenden Befehl installiert werden:
|
||||
|
||||
|
@ -66,8 +66,8 @@ Konfigurationsdatei könnte so aussehen:
|
|||
"telegram_bot_token": "123456789:ABC-t3l36RaM_t0K3n",
|
||||
"url": "https://app.hs-mittweida.de/speiseplan/all",
|
||||
"ids": {
|
||||
"12345678": "GERMAN"
|
||||
"11235813": "ENGLISH"
|
||||
"12345678": "GERMAN",
|
||||
"11235813": "ENGLISH",
|
||||
"-98765432": "GERMAN_ENGLISH"
|
||||
},
|
||||
"config_ids": [
|
||||
|
|
Loading…
Reference in a new issue