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