Re: hourly weather forecast data

2016-04-13 Thread Hasan Diwan
On 2016-04-13, Stephen Hansen <m...@ixokai.io> wrote: > On Tue, Apr 12, 2016, at 08:36 PM, kamaraju kusumanchi wrote: >> Is there a way to get hourly weather forecast data (temperature, >> chance of precipitation) from the command line in Debian Linux? > > Personally, t

Re: hourly weather forecast data

2016-04-13 Thread Stephen Hansen
On Tue, Apr 12, 2016, at 08:36 PM, kamaraju kusumanchi wrote: > Is there a way to get hourly weather forecast data (temperature, > chance of precipitation) from the command line in Debian Linux? Personally, the last time I wanted to do something like this, I used the requests library to

Re: hourly weather forecast data

2016-04-12 Thread Hasan Diwan
On 2016-04-13, Miki Tebeka <miki.teb...@gmail.com> wrote: > >> Is there a way to get hourly weather forecast data (temperature, >> chance of precipitation) from the command line in Debian Linux? https://forecast.io may be the solution. It provides a JSON feed, which yo

Re: hourly weather forecast data

2016-04-12 Thread Miki Tebeka
> Is there a way to get hourly weather forecast data (temperature, > chance of precipitation) from the command line in Debian Linux? If you Google for "weather API" you'll find several sites who give programmatic access to weather data. -- https://mail.python.org/mailman/listinfo/python-list

Re: hourly weather forecast data

2016-04-12 Thread Wildman via Python-list
On Tue, 12 Apr 2016 23:36:26 -0400, kamaraju kusumanchi wrote: > Is there a way to get hourly weather forecast data (temperature, > chance of precipitation) from the command line in Debian Linux? > > Basically, I am trying to write a python program that will send myself > an email

hourly weather forecast data

2016-04-12 Thread kamaraju kusumanchi
Is there a way to get hourly weather forecast data (temperature, chance of precipitation) from the command line in Debian Linux? Basically, I am trying to write a python program that will send myself an email if it is going to rain at say 7:00 am the next day. The idea is to trigger the emails