A Telegram bot for get current weather for city on Open Weather Map API.
A Telegram bot work on ESP8266
- Simple information for current weather in city
- weather notification.
- remembering the city
- sending charts via CharDisplay
- Install FastBot in Arduino IDE
- Open telegram_bot_weather.ino and change defines
#define WIFI_SSID "ssid" // название Wifi сети
#define WIFI_PASS "pass" // пароль Wifi сети
#define BOT_TOKEN "1234567890:cjfkdshfkjdscnjdskfhjkgnfdjgkfdgnjf" // токен бота, узнать через https://t.me/BotFather
#define OWM_API_KEY "5edd67cb421961279ee47a4f6765f7d9" // API key for OpenWeatherMap, получить здесь https://home.openweathermap.org/api_keys
- Compile and run
- Enjoy!
- Copyright (©) 2023 by LencoDigitexer
- Licensed under the terms of the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007