1.4 Добавлен модуль погоды

This commit is contained in:
Verum
2025-02-28 13:30:19 +07:00
parent f01edc2d0d
commit ee8465b61e
5 changed files with 62 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ bot2_token = getenv("BOT2_TOKEN")
# Ключи от API
api_key = getenv("API_KEY")
web_api_key = getenv("WEB_API_KEY")
weather_api_key = getenv("WEATHER_API")
# Хранилище сессии телеграмма
tg_api_uid = getenv("TG_API_UID")