From e3f64882e8045f190630936bc1de9c626db44404 Mon Sep 17 00:00:00 2001 From: Mroik Date: Wed, 24 Nov 2021 20:18:53 +0100 Subject: First commit --- config.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.py (limited to 'config.py') 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 -- cgit v1.3