summaryrefslogtreecommitdiffstats
path: root/kachelmann/conditions
diff options
context:
space:
mode:
authorroot <root@krebs>2011-08-06 01:27:55 +0200
committerroot <root@krebs>2011-08-06 01:27:55 +0200
commitac9d560478c4eeb43bd73ad53b8bca72c63de2eb (patch)
tree2b384a9911e70c083e7f6f199c6f19120d7a250e /kachelmann/conditions
parenta8eb7d8634e7722592b5d2e02df2124a7d15e0c0 (diff)
Fixed the Makefile and renamed conditions.pl to conditions
Diffstat (limited to 'kachelmann/conditions')
-rwxr-xr-xkachelmann/conditions7
1 files changed, 7 insertions, 0 deletions
diff --git a/kachelmann/conditions b/kachelmann/conditions
new file mode 100755
index 00000000..6d8b5541
--- /dev/null
+++ b/kachelmann/conditions
@@ -0,0 +1,7 @@
+#!/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\"");