diff --git a/credentials.py b/credentials.py new file mode 100644 index 0000000..eeec4ab --- /dev/null +++ b/credentials.py @@ -0,0 +1,3 @@ +import os +token = os.environ['TELEGRAM_TOKEN'] +vk_app_id = os.environ['VK_APP']