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 | c89f52712da303995c07d367e7ec097a5e49e1bb (patch) | |
tree | 5213df7c52d8d7a67e4125c936de4ff46678151b | |
parent | f321de74ea8b5263f3d35298cb629cda0114ed0e (diff) |
Deleted deprecated stuff
-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\""); |