diff options
| author | Mroik <mroik@delayed.space> | 2021-11-24 20:18:53 +0100 |
|---|---|---|
| committer | Mroik <mroik@delayed.space> | 2021-11-24 20:18:53 +0100 |
| commit | e3f64882e8045f190630936bc1de9c626db44404 (patch) | |
| tree | 40b61730ae9bb6fddbd360297169fe9a544c866f /config.py | |
First commit
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.py b/config.py new file mode 100644 index 0000000..4fb3498 --- /dev/null +++ b/config.py @@ -0,0 +1,5 @@ +from os import environ + +API_ID = environ.get("TELEGRAM_API_ID") +API_HASH = environ.get("TELEGRAM_API_HASH") +WORDLIST = [] # List of words to be notified about |
