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
commit4a540ca80b6288d8f2ae9af13c4efde95b0a01e7 (patch)
tree24c0d258384f8487fa3f274c2ba7d771d4ecca2b /kachelmann/conditions.pl
parentc282ed39d512e92a26370497792362159b23dae5 (diff)
parentd29aa166348fd3fdb309f4038ad9216652334bb4 (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\"");