userbot icon indicating copy to clipboard operation
userbot copied to clipboard

Weather

Open evgfilim1 opened this issue 2 years ago • 3 comments

w|weather [city] — Gets the hourly weather for the city

If city is not specified, use the default one from config

Weather API with free per-hour forecast: https://www.tomorrow.io/weather-api/ Geocoding API to get coordinates from city name: https://openweathermap.org/api/geocoding-api

evgfilim1 avatar Oct 03 '22 04:10 evgfilim1

w|weather [city] — Gets the hourly weather for the city If city is not specified, use the default one from config

Weather API with free per-hour forecast: https://www.tomorrow.io/weather-api/ Geocoding API to get coordinates from city name: https://openweathermap.org/api/geocoding-api

I use OpenWeatherMap free API also for forecast in my Telegram bot, do you know if Tomorrow.io is more accurate than OpenWeatherMap about weather?

MasterCruelty avatar Nov 19 '22 13:11 MasterCruelty

w|weather [city] — Gets the hourly weather for the city If city is not specified, use the default one from config

Weather API with free per-hour forecast: https://www.tomorrow.io/weather-api/ Geocoding API to get coordinates from city name: https://openweathermap.org/api/geocoding-api

I use OpenWeatherMap free API also for forecast in my Telegram bot, do you know if Tomorrow.io is more accurate than OpenWeatherMap about weather?

@MasterCruelty Thanks for your suggestion. I don't know whether it's more accurate, but at least Tomorrow.io's free API provides per-hour forecast, which is more important for me. I guess I should compare them :thinking:.

evgfilim1 avatar Nov 19 '22 18:11 evgfilim1

w|weather [city] — Gets the hourly weather for the city If city is not specified, use the default one from config

Weather API with free per-hour forecast: https://www.tomorrow.io/weather-api/ Geocoding API to get coordinates from city name: https://openweathermap.org/api/geocoding-api

I use OpenWeatherMap free API also for forecast in my Telegram bot, do you know if Tomorrow.io is more accurate than OpenWeatherMap about weather?

@MasterCruelty Thanks for your suggestion. I don't know whether it's more accurate, but at least Tomorrow.io's free API provides per-hour forecast, which is more important for me. I guess I should compare them 🤔.

No problem 😄 Btw you can get per-hour forecast also with OWM by getting the "hourly" field in the json. I asked because of the same feature said in this issue. I guess I should compare them too.

MasterCruelty avatar Nov 20 '22 12:11 MasterCruelty