summaryrefslogtreecommitdiffstats
path: root/kachelmann/conditions.pl
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-08-07 17:33:14 +0200
committermakefu <github@syntax-fehler.de>2011-08-07 17:33:14 +0200
commitf2677886d252ceec0eeea54d44b74f60683f8282 (patch)
treef7c768989eea50e34afc956966b18ea99e58e091 /kachelmann/conditions.pl
parentf063343a6b1417c756167f9f5e3727069b5c805e (diff)
parent74b400f10a7adafd8ce5b1644a6b500d4e5089ed (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'kachelmann/conditions.pl')
-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\"");