From f2ba7f0c191a2f0bc6247429e2315f70a637a5f0 Mon Sep 17 00:00:00 2001 From: Oleg Smarandi Date: Tue, 30 Mar 2021 12:13:16 +0300 Subject: [PATCH] add config.py --- .gitignore | 3 +-- config.py | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 config.py diff --git a/.gitignore b/.gitignore index 8eb4bfd..777efe8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ Venv/ .idea/ __pycache__/ -.git/ -config.py \ No newline at end of file +.git/ \ No newline at end of file diff --git a/config.py b/config.py new file mode 100644 index 0000000..240d917 --- /dev/null +++ b/config.py @@ -0,0 +1,2 @@ +api_token = "your api token" +group_di = "your group id" \ No newline at end of file