From 81c8a62d72fca2ac58720ce5e21b7e93fa1755b4 Mon Sep 17 00:00:00 2001 From: yogurtmenn Date: Tue, 25 Mar 2025 05:51:22 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit сосункам --- config.example.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.example.py diff --git a/config.example.py b/config.example.py new file mode 100644 index 0000000..e7a19cc --- /dev/null +++ b/config.example.py @@ -0,0 +1,2 @@ +WEATHER_API_KEY = "your_token_api" # from openweathermap.org +BOT_TOKEN = "your_api_bot" # from @BotFather