diff options
author | Momo <momorientes@online.de> | 2011-08-06 03:54:03 +0200 |
---|---|---|
committer | Momo <momorientes@online.de> | 2011-08-06 03:54:03 +0200 |
commit | fcb61649f402788e5938eec75a9a678278e4e4fd (patch) | |
tree | d059459047cc0f23af748a0e9639bcaa16c6af49 /kachelmann | |
parent | 7a7d537ef995b5c61f95f3c39be4fd322f717e72 (diff) |
Deleted deprecated stuff
Diffstat (limited to 'kachelmann')
-rwxr-xr-x | kachelmann/conditions.pl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kachelmann/conditions.pl b/kachelmann/conditions.pl deleted file mode 100755 index 6d8b5541..00000000 --- a/kachelmann/conditions.pl +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/perl -use XML::Simple; -system("w3m -dump \"http://www.google.com/ig/api?weather=70327-stuttgart&hl=de\" > /tmp/kachelmann/weather.xml"); -my $xml = new XML::Simple; -my $data = $xml->XMLin("/tmp/kachelmann/weather.xml"); -my $sentence = "Die Wetterkondition ist: $data->{weather}->{current_conditions}->{condition}->{data}\n bei $data->{weather}->{current_conditions}->{temp_c}->{data} Grad Celsius\n"; -system("espeak \"$sentence\""); |