Bot wait in Telegram
Weather Bot (Python + API integration)
Project of a Telegram bot that demonstrates working with external APIs and maintaining user state. The bot performs HTTP requests to the OpenWeatherMap service (using Geocoding API and One Call API 3.0) to obtain real-time weather data.
Technical stack:
Language: Python
Libraries: pyTelegramBotAPI (telebot), requests, json
Functionality: Processing JSON responses, working with the file system to store user settings, handling exceptions and input errors.
Project of a Telegram bot that demonstrates working with external APIs and maintaining user state. The bot performs HTTP requests to the OpenWeatherMap service (using Geocoding API and One Call API 3.0) to obtain real-time weather data.
Technical stack:
Language: Python
Libraries: pyTelegramBotAPI (telebot), requests, json
Functionality: Processing JSON responses, working with the file system to store user settings, handling exceptions and input errors.