Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #106924 > unrolled thread

Re: hourly weather forecast data

Started byStephen Hansen <me@ixokai.io>
First post2016-04-12 23:03 -0700
Last post2016-04-13 19:33 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: hourly weather forecast data Stephen Hansen <me@ixokai.io> - 2016-04-12 23:03 -0700
    Re: hourly weather forecast data Hasan Diwan <hasandiwan+usenet@gmail.com> - 2016-04-13 19:33 +0000

#106924 — Re: hourly weather forecast data

FromStephen Hansen <me@ixokai.io>
Date2016-04-12 23:03 -0700
SubjectRe: hourly weather forecast data
Message-ID<mailman.63.1460530514.15650.python-list@python.org>
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 fetch a RSS feed from Wunderground. But that was
awhile ago and I don't see the obvious RSS links banymore.

Did you see: https://www.wunderground.com/weather/api/d/docs

--
Stephen Hansen
m e @ i x o k a i . i o

[toc] | [next] | [standalone]


#106963

FromHasan Diwan <hasandiwan+usenet@gmail.com>
Date2016-04-13 19:33 +0000
Message-ID<nem6uu$qe8$1@gioia.aioe.org>
In reply to#106924
On 2016-04-13, Stephen Hansen <me@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, the last time I wanted to do something like this, I used the
> requests library to fetch a RSS feed from Wunderground. But that was
> awhile ago and I don't see the obvious RSS links banymore.
>
> Did you see: https://www.wunderground.com/weather/api/d/docs

rssweather.com is the site to get RSS feeds for weather.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web