summaryrefslogtreecommitdiffstats
path: root/kachelmann
diff options
context:
space:
mode:
authorMomo <momorientes@online.de>2011-08-06 03:54:03 +0200
committerMomo <momorientes@online.de>2011-08-06 03:54:03 +0200
commitfcb61649f402788e5938eec75a9a678278e4e4fd (patch)
treed059459047cc0f23af748a0e9639bcaa16c6af49 /kachelmann
parent7a7d537ef995b5c61f95f3c39be4fd322f717e72 (diff)
Deleted deprecated stuff
Diffstat (limited to 'kachelmann')
-rwxr-xr-xkachelmann/conditions.pl7
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\"");