https://github.com/soumyapro/telegram-weather-bot
Scraped weather data using Python and get reminders on telegram inbox. If the weather condition is rainy or cloudy this program will send an “umbrella reminder” to your inbox reminding you to pack an umbrella before leaving the house. Scraped the weather information from using open weather api and requests libraries in python
https://github.com/soumyapro/telegram-weather-bot
requests-library-python schedule telegram-bot
Last synced: 8 months ago
JSON representation
Scraped weather data using Python and get reminders on telegram inbox. If the weather condition is rainy or cloudy this program will send an “umbrella reminder” to your inbox reminding you to pack an umbrella before leaving the house. Scraped the weather information from using open weather api and requests libraries in python
- Host: GitHub
- URL: https://github.com/soumyapro/telegram-weather-bot
- Owner: Soumyapro
- Created: 2024-04-16T02:30:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T02:32:35.000Z (about 2 years ago)
- Last Synced: 2025-03-01T09:18:09.107Z (over 1 year ago)
- Topics: requests-library-python, schedule, telegram-bot
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telegram-Weather-Bot
Scraped weather data using Python and get reminders on telegram inbox. If the weather condition is rainy or cloudy this program will send an “umbrella reminder” to your inbox reminding you to pack an umbrella before leaving the house. Scraped the weather information from using open weather api and requests libraries in python