{"id":23610068,"url":"https://github.com/iliyasalve/weather_telegram_bot","last_synced_at":"2025-06-22T07:36:57.183Z","repository":{"id":223966834,"uuid":"762039141","full_name":"iliyasalve/Weather_Telegram_Bot","owner":"iliyasalve","description":"Telegram Bot for displaying the weather in the city specified by the user / Telegram Bot pour afficher la météo de la ville spécifiée par l'utilisateur","archived":false,"fork":false,"pushed_at":"2024-03-22T00:02:37.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T01:08:31.720Z","etag":null,"topics":["api","bot-development","python","telebot","telegram-bot","translation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iliyasalve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-23T00:49:48.000Z","updated_at":"2024-03-21T23:32:02.000Z","dependencies_parsed_at":"2024-03-14T00:46:29.552Z","dependency_job_id":null,"html_url":"https://github.com/iliyasalve/Weather_Telegram_Bot","commit_stats":null,"previous_names":["iliyasalve/weather_telegram_bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iliyasalve/Weather_Telegram_Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliyasalve%2FWeather_Telegram_Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliyasalve%2FWeather_Telegram_Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliyasalve%2FWeather_Telegram_Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliyasalve%2FWeather_Telegram_Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iliyasalve","download_url":"https://codeload.github.com/iliyasalve/Weather_Telegram_Bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iliyasalve%2FWeather_Telegram_Bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261255905,"owners_count":23131478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bot-development","python","telebot","telegram-bot","translation"],"created_at":"2024-12-27T15:15:57.822Z","updated_at":"2025-06-22T07:36:52.166Z","avatar_url":"https://github.com/iliyasalve.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weather_Telegram_Bot\n\n**Telegram Bot for displaying the weather in the city specified by the user.**\n\nAfter the user selects a city, the user can find out the following weather information:\n\n* _Brief description of the current weather;_\n\n* _Current temperature;_\n\n* _Feeling temperature;_\n\n* _Minimum/Maximum temperature for the day;_\n\n* _Pressure;_\n\n* _Humidity;_\n\n* _Wind speed;_\n\n* _Visibility;_\n\n* _Sunrise/Sunset._\n\nInformation is displayed in the language used in the Telegram application.\n\n\u003e [!TIP]\n\u003e Telegram bot written using the library [telebot](https://pypi.org/project/pyTelegramBotAPI/)\n\u003e\n\u003e Weather data is taken using the API from the site [OpenWeatherMap](https://openweathermap.org/)\n\u003e\n\u003e Translation of messages is carried out thanks to the library [translate](https://pypi.org/project/translate/)\n\n\u003e [!IMPORTANT]\n\u003e All necessary libraries that require installation are stored in the requirements.txt file.\n\n\u003e [!WARNING]\n\u003e Don't forget to add your telegram token and API key from the site OpenWeatherMap to the \"config.py\" file!\n\n\u003e [!NOTE]\n\u003e This code ran and worked correctly on Windows 10 and Python version 3.12.1\n\n---------\n\n**Telegram Bot pour afficher la météo de la ville spécifiée par l'utilisateur.**\n\nUne fois que l'utilisateur a sélectionné une ville, l'utilisateur peut trouver les informations météorologiques suivantes :\n\n* _Brève description de la météo actuelle ;_\n\n* _Température actuelle;_\n\n* _Température ressentie ;_\n\n* _Température minimale/maximale pour la journée ;_\n\n* _Pression ;_\n\n* _Humidité ;_\n\n* _Vitesse du vent ;_\n\n* _Visibilité ;_\n\n* _Lever du soleil._\n\nLes informations sont affichées dans la langue utilisée dans l'application Telegram.\n\n\u003e [!TIP]\n\u003e Bot Telegram écrit à l'aide de la bibliothèque [telebot](https://pypi.org/project/pyTelegramBotAPI/)\n\u003e\n\u003e Les données météo sont récupérées grâce à l'API du site [OpenWeatherMap](https://openweathermap.org/)\n\u003e\n\u003e La traduction des messages s'effectue grâce à la bibliothèque [translate](https://pypi.org/project/translate/)\n\n\u003e [!IMPORTANT]\n\u003e Toutes les bibliothèques nécessaires qui nécessitent une installation sont stockées dans le fichier requirements.txt\n\n\u003e [!WARNING]\n\u003e N'oubliez pas d'ajouter votre token de Telegram et clé API du site OpenWeatherMap au fichier \"config.py\"!\n\n\u003e [!NOTE]\n\u003e Ce code s'est exécuté et a fonctionné correctement sous Windows 10 et Python version 3.12.1","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiyasalve%2Fweather_telegram_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filiyasalve%2Fweather_telegram_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filiyasalve%2Fweather_telegram_bot/lists"}